Remove C++ comment

This commit is contained in:
Matthias Clasen
2006-01-30 04:19:07 +00:00
parent e70a6c4be9
commit 8ff5b7f920
3 changed files with 6 additions and 2 deletions

View File

@@ -228,7 +228,7 @@ notify (GObject *object, GParamSpec *spec, gpointer user_data)
gint value;
g_object_get (object, "test-prop", &value, NULL);
//g_print ("+ %d", value);
/*g_print ("+ %d", value);*/
}
int