cosmetic and comments for guacamole integration
[libguac-client-rdp.git] / include / unicode_convtable.h
index 46b4229..d74b55b 100644 (file)
@@ -1,16 +1,13 @@
-
 #ifndef _GUAC_UNICODE_CONVTABLE_H
 #define _GUAC_UNICODE_CONVTABLE_H
 
 int keysym2uni(int keysym);
 
 /* Keysym->unicode Exceptions tables */
-int keysym2uni_base[65536];// = { 0x0 };
-int keysym2uni_ext0[4096];// = { 0x0 };
-int keysym2uni_ext1[4096];// = { 0x0 };
-int keysym2uni_ext2[4096];// = { 0x0 };
-
-
+int keysym2uni_base[65536];
+int keysym2uni_ext0[4096];
+int keysym2uni_ext1[4096];
+int keysym2uni_ext2[4096];
 
 /* Fill global tables, if needed (only on first call) */
 void init_unicode_tables();