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 {
|
namespace otk {
|
||||||
|
|
||||||
OtkEventDispatcher::OtkEventDispatcher()
|
OtkEventDispatcher::OtkEventDispatcher()
|
||||||
: _fallback(0), _master(0), _focus(None)
|
: _fallback(0), _master(0)
|
||||||
{
|
{
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -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;
|
||||||
|
|
Loading…
Reference in a new issue