rm _focus, its no longer used

This commit is contained in:
Dana Jansens 2003-01-08 08:43:41 +00:00
parent fade5572e3
commit d5cff9617c
2 changed files with 1 additions and 2 deletions

View file

@ -11,7 +11,7 @@
namespace otk { namespace otk {
OtkEventDispatcher::OtkEventDispatcher() OtkEventDispatcher::OtkEventDispatcher()
: _fallback(0), _master(0), _focus(None) : _fallback(0), _master(0)
{ {
} }

View file

@ -38,7 +38,6 @@ private:
OtkEventMap _map; OtkEventMap _map;
OtkEventHandler *_fallback; OtkEventHandler *_fallback;
OtkEventHandler *_master; OtkEventHandler *_master;
Window _focus;
//! The time at which the last XEvent with a time was received //! The time at which the last XEvent with a time was received
Time _lasttime; Time _lasttime;