Removed g_set_prgname() call

master
Yevgen Muntyan 2006-12-12 21:02:06 -06:00
parent e35969082a
commit 9a8cbb41f2
1 changed files with 0 additions and 4 deletions

View File

@ -19,8 +19,6 @@
#include <string.h>
#include <stdio.h>
#define APPNAME "medit"
#if GTK_CHECK_VERSION(2,8,0) && defined(GDK_WINDOWING_X11)
#include <gdk/gdkx.h>
#define TIMESTAMP (gdk_x11_display_get_user_time (gdk_display_get_default ()))
@ -265,8 +263,6 @@ main (int argc, char *argv[])
init_mem_stuff ();
g_set_prgname ("medit");
gtk_init (&argc, &argv);
stamp = TIMESTAMP;