]> git.lyx.org Git - lyx.git/blobdiff - src/exporter.h
split LyXText::rowlist_ into individual Paragraph::rows_ chunks
[lyx.git] / src / exporter.h
index f02e8472a00df54c53e2c2b3677fb38cce803de4..12ccebd4da664501533eade75c31bd6140177c64 100644 (file)
@@ -39,11 +39,5 @@ public:
        std::vector<Format const *> const
        GetExportableFormats(Buffer const * buffer, bool only_viewable);
        ///
-private:
-       static
-       string const BufferFormat(Buffer const * buffer);
-       ///
-       static
-       std::vector<string> const Backends(Buffer const * buffer);
 };
 #endif