mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-26 03:11:59 +00:00
another pesky \#warning snuck in
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@1944 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
9a95625922
commit
664eb7ff45
@ -1,3 +1,7 @@
|
||||
2001-04-20 Allan Rae <rae@lyx.org>
|
||||
|
||||
* formula.C (LocalDispatch): fixed another #warning. Guess who.
|
||||
|
||||
2001-04-17 Lars Gullik Bjønnes <larsbj@birdstep.com>
|
||||
|
||||
* math_macrotemplate.h: inherit privately from noncopyable
|
||||
|
@ -1101,7 +1101,9 @@ InsetFormula::LocalDispatch(BufferView * bv, kb_action action,
|
||||
break;
|
||||
|
||||
//------- dummy actions
|
||||
#ifdef WITH_WARNINGS
|
||||
#warning Is this needed here? Shouldnt the main dispatch handle this? (Lgb)
|
||||
#endif
|
||||
//case LFUN_EXEC_COMMAND:
|
||||
//bv->owner()->getMiniBuffer()->PrepareForCommand();
|
||||
//break;
|
||||
|
Loading…
Reference in New Issue
Block a user