]> git.lyx.org Git - lyx.git/blobdiff - src/exporter.h
move some selection related stuff over to textcursor.C
[lyx.git] / src / exporter.h
index 9944d6c47f43e9c1484c7e76772254948273d1c3..12ccebd4da664501533eade75c31bd6140177c64 100644 (file)
 #ifndef EXPORTER_H
 #define EXPORTER_H
 
-#ifdef __GNUG__
-#pragma interface
-#endif
-
 #include <vector>
 #include "LString.h"
 
@@ -43,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