Add an option to disable editor update during drags of the
[ardour.git] / libs / clearlooks-newer / cairo-support.c
index dbe6fd3d346454633671984f5bab748bd44d9569..63245f48330483b68e8382734fc29fb08a397196 100644 (file)
@@ -809,7 +809,9 @@ GE_EXPORT const gchar* g_module_check_init (GModule *module);
 const gchar*
 g_module_check_init (GModule *module)
 {
-  return gtk_check_version (GTK_MAJOR_VERSION,
-                           GTK_MINOR_VERSION,
-                           GTK_MICRO_VERSION - GTK_INTERFACE_AGE);
+       (void) module;
+       
+       return gtk_check_version (GTK_MAJOR_VERSION,
+                                 GTK_MINOR_VERSION,
+                                 GTK_MICRO_VERSION - GTK_INTERFACE_AGE);
 }