]> git.lyx.org Git - lyx.git/blobdiff - src/lyxfunc.h
More fixes to insettabular/text (and some missing features added).
[lyx.git] / src / lyxfunc.h
index cfca897c925747455495419cc60b441d752c7efd..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;