Fix missing function

This commit is contained in:
Berke Viktor 2012-11-04 21:51:43 +01:00
parent d706c5ccdc
commit 9193754095
1 changed files with 0 additions and 2 deletions

View File

@ -144,7 +144,6 @@ static const GOptionEntry gopt_entries[] =
{NULL} {NULL}
}; };
#ifdef WIN32
static void static void
create_msg_dialog (gchar *title, gchar *message) create_msg_dialog (gchar *title, gchar *message)
{ {
@ -154,7 +153,6 @@ create_msg_dialog (gchar *title, gchar *message)
gtk_dialog_run (GTK_DIALOG (dialog)); gtk_dialog_run (GTK_DIALOG (dialog));
gtk_widget_destroy (dialog); gtk_widget_destroy (dialog);
} }
#endif
int int
fe_args (int argc, char *argv[]) fe_args (int argc, char *argv[])