diff options
Diffstat (limited to 'xts5/Xopen/XStringToKeysym/TestH.c')
-rw-r--r-- | xts5/Xopen/XStringToKeysym/TestH.c | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/xts5/Xopen/XStringToKeysym/TestH.c b/xts5/Xopen/XStringToKeysym/TestH.c index 67a72920..95e5440b 100644 --- a/xts5/Xopen/XStringToKeysym/TestH.c +++ b/xts5/Xopen/XStringToKeysym/TestH.c @@ -122,11 +122,8 @@ char *s; #undef XK_HEBREW strtsymH() -{ -int pass = 0, fail = 0; -char *symstr; -KeySym rsym; - +{ + int pass = 0, fail = 0; #ifdef XK_hebrew_doublelowline if(test(XK_hebrew_doublelowline, "hebrew_doublelowline") == 1) |