diff options
| author | Michael R Sweet <michael.r.sweet@gmail.com> | 2005-05-12 15:20:02 +0000 |
|---|---|---|
| committer | Michael R Sweet <michael.r.sweet@gmail.com> | 2005-05-12 15:20:02 +0000 |
| commit | d63a4bfa7440824ce6a78af528bbb4b0d05964b3 (patch) | |
| tree | 9903d34737403fd87bc3e9afd48e480a1e09051d /src/Fl_File_Chooser2.cxx | |
| parent | 56e89999abc137213fae006606b889eb1534faf7 (diff) | |
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
Diffstat (limited to 'src/Fl_File_Chooser2.cxx')
| -rw-r--r-- | src/Fl_File_Chooser2.cxx | 1 |
1 files changed, 0 insertions, 1 deletions
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 |
