Browse Source

Remove unused member _mods from mouseWatcherRegion declaration.

gogg 16 years ago
parent
commit
876bd72fb9
1 changed files with 0 additions and 1 deletions
  1. 0 1
      panda/src/tform/mouseWatcherRegion.h

+ 0 - 1
panda/src/tform/mouseWatcherRegion.h

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