How much more of this is there ?
OK ?
john
Index: lyxfunc.h
===================================================================
RCS file: /usr/local/lyx/cvsroot/lyx-devel/src/lyxfunc.h,v
retrieving revision 1.50
diff -u -r1.50 lyxfunc.h
--- lyxfunc.h 13 Aug 2002 17:43:37 -0000 1.50
+++ lyxfunc.h 21 Oct 2002 01:45:46 -0000
@@ -78,8 +78,6 @@
///
LyXView * owner;
///
- static int psd_idx;
- ///
kb_sequence keyseq;
///
kb_sequence cancel_meta_seq;
@@ -89,10 +87,6 @@
void moveCursorUpdate(bool flag = true, bool selecting = false);
///
void setupLocalKeymap();
- ///
- kb_action lyx_dead_action;
- ///
- kb_action lyx_calling_dead_action;
/// Error status, only Dispatch can change this flag
mutable bool errorstat;
Index: lyxfunc.C
===================================================================
RCS file: /usr/local/lyx/cvsroot/lyx-devel/src/lyxfunc.C,v
retrieving revision 1.379
diff -u -r1.379 lyxfunc.C
--- lyxfunc.C 16 Sep 2002 12:52:57 -0000 1.379
+++ lyxfunc.C 21 Oct 2002 01:45:59 -0000
@@ -100,11 +100,9 @@
LyXFunc::LyXFunc(LyXView * o)
: owner(o),
keyseq(toplevel_keymap.get(), toplevel_keymap.get()),
- cancel_meta_seq(toplevel_keymap.get(), toplevel_keymap.get())
+ cancel_meta_seq(toplevel_keymap.get(), toplevel_keymap.get()),
+ meta_fake_bit(key_modifier::none)
{
- meta_fake_bit = key_modifier::none;
- lyx_dead_action = LFUN_NOACTION;
- lyx_calling_dead_action = LFUN_NOACTION;
}
--
"What will we do with a DTD ? Print it out and frame it on the wall ?"
- Jean-Marc Lasgouttes