Squash warning.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@35923 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Richard Heck 2010-10-29 20:54:26 +00:00
parent eff06951a9
commit 3a4ebf380c

View File

@ -1357,7 +1357,7 @@ void GuiApplication::dispatch(FuncRequest const & cmd, DispatchResult & dr)
if (buf)
buf->setReadonly(true);
#else
buf;
(void) buf;
#endif
break;
}