]> Dogcows Code - chaz/openbox/commitdiff
rm _focus, its no longer used
authorDana Jansens <danakj@orodu.net>
Wed, 8 Jan 2003 08:43:41 +0000 (08:43 +0000)
committerDana Jansens <danakj@orodu.net>
Wed, 8 Jan 2003 08:43:41 +0000 (08:43 +0000)
otk/eventdispatcher.cc
otk/eventdispatcher.hh

index 621cd6fcc7375ef40346ddf46e84d0d5312a0270..07164f0b03599bfc35b73e690686b0adefc3b84b 100644 (file)
@@ -11,7 +11,7 @@
 namespace otk {
 
 OtkEventDispatcher::OtkEventDispatcher()
-  : _fallback(0), _master(0), _focus(None)
+  : _fallback(0), _master(0)
 {
 }
 
index 63e4ff2913ae733579bb399d0b9c9162e7dd9afd..c62e24b925c19e3d6a19ea48b3c5c54e446cca33 100644 (file)
@@ -38,7 +38,6 @@ private:
   OtkEventMap _map;
   OtkEventHandler *_fallback;
   OtkEventHandler *_master;
-  Window _focus;
 
   //! The time at which the last XEvent with a time was received
   Time _lasttime;
This page took 0.023161 seconds and 4 git commands to generate.