diff options
author | Benjamin Otte <otte@redhat.com> | 2012-04-30 20:43:51 +0200 |
---|---|---|
committer | Benjamin Otte <otte@redhat.com> | 2012-05-01 03:13:01 +0200 |
commit | de9ffc99c29c8c4488cecaf81d4c8a7555ab7b8f (patch) | |
tree | 7f46261d2ae630f906666fae8ad66296fb87d3e7 | |
parent | 23907e1d53eab4842a817a8dd6745de402885f95 (diff) | |
download | gtk+-de9ffc99c29c8c4488cecaf81d4c8a7555ab7b8f.tar.gz |
tests: Ifdef out unused code
The test using those functions was disabled in
b310ba29d0c14cdd566b4af1dd10599735980985
-rw-r--r-- | gtk/tests/keyhash.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gtk/tests/keyhash.c b/gtk/tests/keyhash.c index ced83c650f..2db2f29d0c 100644 --- a/gtk/tests/keyhash.c +++ b/gtk/tests/keyhash.c @@ -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) |