Remove now unused altcode function.
[libguac-client-rdp.git] / include / rdp_keymap.h
index 8de2de5..05b0b01 100644 (file)
@@ -132,7 +132,8 @@ extern const guac_rdp_keymap guac_rdp_keymap_en_us;
 extern const guac_rdp_keymap guac_rdp_keymap_base;
 
 /**
- * Simple macro for referencing the mapped value of an altcode or scancode for a given keysym.
+ * Simple macro for referencing the mapped value of a scancode for a given
+ * keysym.
  */
 #define GUAC_RDP_KEYSYM_LOOKUP(keysym_mapping, keysym) ((keysym_mapping)[((keysym) & 0xFF00) >> 8][(keysym) & 0xFF])