mirror of
https://github.com/mdbtools/mdbtools.git
synced 2026-03-10 00:20:54 +08:00
Bunch of fixes for compilation warnings, mostly unused vars.
This commit is contained in:
@@ -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)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user