From d63a4bfa7440824ce6a78af528bbb4b0d05964b3 Mon Sep 17 00:00:00 2001 From: Michael R Sweet Date: Thu, 12 May 2005 15:20:02 +0000 Subject: Fixed some BMP images loading bugs (STR #825) Remove unused variable in Fl_File_Chooser::value(). git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@4336 ea41ed52-d2ee-0310-a9c1-e6b18d33e121 --- src/Fl_File_Chooser2.cxx | 1 - 1 file changed, 1 deletion(-) (limited to 'src/Fl_File_Chooser2.cxx') diff --git a/src/Fl_File_Chooser2.cxx b/src/Fl_File_Chooser2.cxx index 98a3f0f13..d199215f4 100644 --- a/src/Fl_File_Chooser2.cxx +++ b/src/Fl_File_Chooser2.cxx @@ -1030,7 +1030,6 @@ Fl_File_Chooser::value(int f) // I - File number int i; // Looping var int fcount; // Number of selected files const char *name; // Current filename - char *slash; // Trailing slash, if any static char pathname[1024]; // Filename + directory -- cgit v1.2.3