diff options
author | deva <deva> | 2008-06-16 14:49:55 +0000 |
---|---|---|
committer | deva <deva> | 2008-06-16 14:49:55 +0000 |
commit | 9bdb1cadd2639455a6eab5135fc6ce6955d0def0 (patch) | |
tree | 1a0486af6925d3fcec923d582d422f34f3e03d63 /client/macro.cc | |
parent | 604af960ebd5cc7542c710a0a10338625f81e53d (diff) |
Oups - too many closing brackets...
Diffstat (limited to 'client/macro.cc')
-rw-r--r-- | client/macro.cc | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/client/macro.cc b/client/macro.cc index 08e44f4..aa82d50 100644 --- a/client/macro.cc +++ b/client/macro.cc @@ -138,8 +138,6 @@ static void create_macro(QString course, QString macro) if(macronode.childNodes().count()) macrowindows.push_back( new MacroWindow( macronode ) ); } - //} - } } bool MacroEventFilter::eventFilter( QObject *, QEvent *e ) |