]> git.lyx.org Git - features.git/blobdiff - src/TexRow.h
Use localized length strings also in space label/tooltip
[features.git] / src / TexRow.h
index 8edcd8eb16515146fb8230cc34dd548bcdf3f7d8..e40867d7b1416f113ca41d448655729bc1ced685 100644 (file)
@@ -28,7 +28,6 @@
 #ifndef TEXROW_H
 #define TEXROW_H
 
-#include "support/debug.h"
 #include "support/docstring.h"
 #include "support/types.h"
 
@@ -43,10 +42,6 @@ class DocIterator;
 class docstring_list;
 class FuncRequest;
 
-/// types for cells and math insets
-typedef void const * uid_type;
-typedef size_t idx_type;
-
 
 /// Represents the correspondence between paragraphs and the generated
 /// LaTeX file