tests: Ifdef out unused code

The test using those functions was disabled in
b310ba29d0
This commit is contained in:
Benjamin Otte
2012-04-30 20:43:51 +02:00
parent 23907e1d53
commit de9ffc99c2

View File

@@ -53,6 +53,7 @@ test_basic (void)
}
#if 0
typedef struct
{
guint keyval;
@@ -184,6 +185,7 @@ test_virtual (void)
_gtk_key_hash_free (hash);
}
#endif
int
main (int argc, char **argv)