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:
Allan Rae 2001-04-20 02:43:42 +00:00
parent 9a95625922
commit 664eb7ff45
2 changed files with 6 additions and 0 deletions

View File

@ -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

View File

@ -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;