From 75d9b6322c0713f5f86440f485d5a8a765bf2290 Mon Sep 17 00:00:00 2001 From: Alex Burger Date: Wed, 23 Oct 2002 19:45:36 +0000 Subject: [PATCH] Remove some debug code git-svn-id: http://svn.code.sf.net/p/xqf/code/trunk@301 d2ac09be-c843-0410-8b1f-f8a84130e0ec --- xqf/src/pref.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/xqf/src/pref.c b/xqf/src/pref.c index 3ee9fda..5c76c40 100644 --- a/xqf/src/pref.c +++ b/xqf/src/pref.c @@ -4346,8 +4346,6 @@ void game_file_dialog_ok_callback (GtkWidget *widget, GtkFileSelection *fs) ptr = strrchr(temp, '/'); - printf("path:%s\n",temp); - if (!ptr) { // no path, not likely gtk_entry_set_text (GTK_ENTRY (genprefs[type].cmd_entry), temp); gtk_entry_set_text (GTK_ENTRY (genprefs[type].dir_entry), "");