From 9d32c9a60f39ce666164e201a46ecafce3c3e377 Mon Sep 17 00:00:00 2001 From: Michael R Sweet Date: Mon, 25 Jul 2005 19:20:06 +0000 Subject: Fix bad include file in file chooser. Remove unused variable in plastic box drawing code. Fix spelling mistakes and wrapping in changelog. git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@4457 ea41ed52-d2ee-0310-a9c1-e6b18d33e121 --- src/Fl_File_Chooser.cxx | 2 +- src/Fl_File_Chooser.fl | 2 +- src/fl_plastic.cxx | 1 - 3 files changed, 2 insertions(+), 3 deletions(-) (limited to 'src') diff --git a/src/Fl_File_Chooser.cxx b/src/Fl_File_Chooser.cxx index f2acdb33b..a5472964e 100644 --- a/src/Fl_File_Chooser.cxx +++ b/src/Fl_File_Chooser.cxx @@ -28,7 +28,7 @@ // generated by Fast Light User Interface Designer (fluid) version 1.0107 #include "../FL/Fl_File_Chooser.H" -#include +#include void Fl_File_Chooser::cb_window_i(Fl_Double_Window*, void*) { fileName->value(""); diff --git a/src/Fl_File_Chooser.fl b/src/Fl_File_Chooser.fl index f605ae0de..8576af485 100644 --- a/src/Fl_File_Chooser.fl +++ b/src/Fl_File_Chooser.fl @@ -31,7 +31,7 @@ comment {// } {in_source in_header } -decl {\#include } {selected +decl {\#include } {selected } class FL_EXPORT Fl_File_Chooser {open diff --git a/src/fl_plastic.cxx b/src/fl_plastic.cxx index a4800bdb7..6a88e2788 100644 --- a/src/fl_plastic.cxx +++ b/src/fl_plastic.cxx @@ -230,7 +230,6 @@ static void shade_round(int x, int y, int w, int h, const char *c, Fl_Color bc) int i; int clen = strlen(c) - 1; int chalf = clen / 2; - int cstep = 1; if (w>h) { int d = h/2; -- cgit v1.2.3