Bunch of fixes for compilation warnings, mostly unused vars.

This commit is contained in:
Nirgal
2011-08-10 18:00:18 -04:00
committed by Brian Bruns
parent 3280842de1
commit 456f261cab
14 changed files with 34 additions and 55 deletions

View File

@@ -87,14 +87,6 @@ gmdb_info_cb(GtkWidget *button, gpointer data)
}
/* a callback for the buttons */
static void
a_callback(GtkWidget *button, gpointer data)
{
/*just print a string so that we know we got there*/
g_print("Inside Callback\n");
}
void
gmdb_help_cb(GtkWidget *button, gpointer data)
{