From 90e8eb7a4501562728d016eddc31225e7a4bd7fc Mon Sep 17 00:00:00 2001 From: Michael R Sweet Date: Mon, 19 Oct 1998 21:00:26 +0000 Subject: More changes from Bill Spitzak. git-svn-id: file:///fltk/svn/fltk/trunk@20 ea41ed52-d2ee-0310-a9c1-e6b18d33e121 --- fluid/Fl_Window_Type.cxx | 1 - 1 file changed, 1 deletion(-) (limited to 'fluid/Fl_Window_Type.cxx') diff --git a/fluid/Fl_Window_Type.cxx b/fluid/Fl_Window_Type.cxx index cc3f94942..714ec4b30 100644 --- a/fluid/Fl_Window_Type.cxx +++ b/fluid/Fl_Window_Type.cxx @@ -53,7 +53,6 @@ void header_input_cb(Fl_Input* i, void*) { } void code_input_cb(Fl_Input* i, void*) { code_file_name = i->value(); - printf("code file name set to %s\n", code_file_name); } void include_H_from_C_button_cb(Fl_Light_Button* b, void*) { -- cgit v1.2.3