]> git.lyx.org Git - lyx.git/blobdiff - src/tabular.h
some source cleanup from John
[lyx.git] / src / tabular.h
index 78db842465f2e0fed954bab51ca97ab5dcd5890b..b95a38d280da5834ac5624209ae968f7702327f3 100644 (file)
@@ -292,15 +292,6 @@ public:
                       int column, std::vector<unsigned int> const &) const;
     ///
     int Ascii(Buffer const *, std::ostream &) const;
-    ///
-    int DocBookEndOfCell(std::ostream &, int cell, int & depth) const;
-#if 0
-    ///
-    int RoffEndOfCell(std::ostream &, int cell);
-#endif
-    ///
-    string const  GetDocBookAlign(int cell, bool isColumn = false) const;
-
     ///
     bool IsMultiColumn(int cell, bool real = false) const;
     ///