diff --git a/lib/modules/GTKSupport.pmod/MenuFactory.pmod b/lib/modules/GTKSupport.pmod/MenuFactory.pmod
index fd5265e0df9c1e560518f47b41eb2d2e1833ca39..cea49d78066ee96b46d82c3855b3bcb22254375c 100644
--- a/lib/modules/GTKSupport.pmod/MenuFactory.pmod
+++ b/lib/modules/GTKSupport.pmod/MenuFactory.pmod
@@ -1,5 +1,3 @@
-#if constant(GTK.parse_rc)
-
 #define FLAG_SHIFT   1
 #define FLAG_CTRL    4
 #define FLAG_ALT     8
@@ -220,5 +218,3 @@ array(object) MenuFactory( MenuDef ... definition )
   }
   return ({bar,table});
 }
-
-#endif
diff --git a/lib/modules/GTKSupport.pmod/Util.pmod b/lib/modules/GTKSupport.pmod/Util.pmod
index 286d98ae11207b433200596126b1241bf22c846b..5c971a90e5696bbb9da213039c3f7940d2dcd3a7 100644
--- a/lib/modules/GTKSupport.pmod/Util.pmod
+++ b/lib/modules/GTKSupport.pmod/Util.pmod
@@ -1,5 +1,3 @@
-#if constant(GTK.parse_rc)
-
 // This function will be easier to write in newer pikes, where there
 // will be a Image.ANY.decode function, but this will do for now. It
 // decoded an image from a string and returns a mapping with the
@@ -152,4 +150,3 @@ class signal_handling
   }
 }
 
-#endif