Remove apple keyboard debug message.
authorAlan Pearson <alanp@sonzea.com>
Wed, 26 Oct 2011 01:09:05 +0000 (18:09 -0700)
committerAlan Pearson <alanp@sonzea.com>
Wed, 26 Oct 2011 01:09:05 +0000 (18:09 -0700)
libfreerdp-kbd/layouts_xkb.c

index 62b0568..ceed0ae 100644 (file)
@@ -370,7 +370,6 @@ void load_keyboard_map(KeycodeToVkcode keycodeToVkcode, char *xkbfile)
        xkbfileEnd = xkbfile + strlen(xkbfile);
 
 #ifdef __APPLE__
-       DEBUG_KBD("in apple keyboard hack");
        /* Apple X11 breaks XKB detection */
        keymapLoaded += load_xkb_keyboard(keycodeToVkcode, "macosx(macosx)");
 #else