diff options
author | Berke Viktor <bviktor@hexchat.org> | 2012-11-04 21:51:43 +0100 |
---|---|---|
committer | Berke Viktor <bviktor@hexchat.org> | 2012-11-04 21:51:43 +0100 |
commit | 91937540951433deba3b8732911232bd6f9ace9a (patch) | |
tree | 80e2a07dbb4aca63ef05b2c511518919a1423962 /src | |
parent | d706c5ccdcd78db165214b04877dc1c46437b7b7 (diff) |
Fix missing function
Diffstat (limited to 'src')
-rw-r--r-- | src/fe-gtk/fe-gtk.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/fe-gtk/fe-gtk.c b/src/fe-gtk/fe-gtk.c index 750d7a47..b534fc38 100644 --- a/src/fe-gtk/fe-gtk.c +++ b/src/fe-gtk/fe-gtk.c @@ -144,7 +144,6 @@ static const GOptionEntry gopt_entries[] = {NULL} }; -#ifdef WIN32 static void 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_widget_destroy (dialog); } -#endif int fe_args (int argc, char *argv[]) |