Remove unused member _mods from mouseWatcherRegion declaration.

This commit is contained in:
gogg 2009-12-01 00:38:04 +00:00
parent 7418a00f76
commit 876bd72fb9

View File

@ -89,7 +89,6 @@ private:
F_keyboard = 0x200, F_keyboard = 0x200,
}; };
int _flags; int _flags;
ModifierButtons _mods;
public: public:
static TypeHandle get_class_type() { static TypeHandle get_class_type() {