fix a compiler warning regarding unused variable

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@16179 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Bo Peng 2006-12-05 02:18:29 +00:00
parent 0c9756da86
commit b02d655347

View File

@ -182,7 +182,7 @@ public:
virtual bool notifyCursorLeaves(LCursor &) { return false; }
/// is called when the mouse enter or leave this inset
/// return true if this inset needs repaint
virtual bool setMouseHover(bool mouse_hover) { return false; }
virtual bool setMouseHover(bool) { return false; }
/// request "external features"
virtual void validate(LaTeXFeatures &) const {}