[gtk+] tests: Ifdef out unused code



commit de9ffc99c29c8c4488cecaf81d4c8a7555ab7b8f
Author: Benjamin Otte <otte redhat com>
Date:   Mon Apr 30 20:43:51 2012 +0200

    tests: Ifdef out unused code
    
    The test using those functions was disabled in
    b310ba29d0c14cdd566b4af1dd10599735980985

 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 ced83c6..2db2f29 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)



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]