Ignore:
Timestamp:
02/16/13 09:16:54 (11 years ago)
Author:
István Váradi <ivaradi@…>
Branch:
default
Phase:
public
Message:

Fixed the shutdown sequence and removed some unnecessary printouts

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/plugin/src/xplra/HotkeyHandler.cc

    r45 r46  
    7575{
    7676    for(size_t i = 0; i<numHotkeys; ++i) {
    77         Util::debug("handleKey: %04x\n", hotkeys[i]);
    78 
    7977        if (hotkeys[i]==code) {
    8078            pressed[i] = 1;
     
    144142    if ( (flags&xplm_ControlFlag)!=0 ) code |= Protocol::HOTKEY_MODIFIER_CONTROL;
    145143
    146     Util::debug("code=0x%04x\n", code);
    147 
    148144    bool handled = false;
    149145
Note: See TracChangeset for help on using the changeset viewer.