]> git.lyx.org Git - lyx.git/blobdiff - src/lyxfunc.h
Dekels tabular/textinset patches
[lyx.git] / src / lyxfunc.h
index 31c4c7494bc85271cd5cb22380d7c92a83145da2..ae7a8683ec6ddff0100289de6ab14654675c043f 100644 (file)
@@ -49,13 +49,9 @@ public:
        /// Same again but for xtl buffers.  Still looking for better idea.
        bool Dispatch(int action, auto_mem_buffer &);
 
-#if 0
-       /// A keyboard event is processed to execute a lyx action. 
-       int processKeyEvent(XEvent * ev);
-#else
        ///
        int processKeySym(KeySym k, unsigned int state);
-#endif
+
        ///
        func_status getStatus(int ac) const;
        
@@ -125,10 +121,6 @@ private:
 
        ///
        void doImport(string const &);
-       ///
-       void doImportHelper(string const &, string const &, string const &,
-               bool func(BufferView *, string const &) );
-
        ///
        void MenuInsertLyXFile(string const &);