diff options
Diffstat (limited to 'client')
-rw-r--r-- | client/macro.cc | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/client/macro.cc b/client/macro.cc index 3beb93d..08a956a 100644 --- a/client/macro.cc +++ b/client/macro.cc @@ -73,7 +73,6 @@ void create_macro(QString name) bool MyEventHandler::eventFilter( QObject *, QEvent *e ) { - if ( e->type() == MY_EVENT_ID ) { MyEvent *event = (MyEvent*)e; create_macro(event->macro); |