rm _focus, its no longer used
This commit is contained in:
parent
fade5572e3
commit
d5cff9617c
2 changed files with 1 additions and 2 deletions
|
@ -11,7 +11,7 @@
|
|||
namespace otk {
|
||||
|
||||
OtkEventDispatcher::OtkEventDispatcher()
|
||||
: _fallback(0), _master(0), _focus(None)
|
||||
: _fallback(0), _master(0)
|
||||
{
|
||||
}
|
||||
|
||||
|
|
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue