diff options
| author | Michael R Sweet <michael.r.sweet@gmail.com> | 2005-07-25 19:20:06 +0000 |
|---|---|---|
| committer | Michael R Sweet <michael.r.sweet@gmail.com> | 2005-07-25 19:20:06 +0000 |
| commit | 9d32c9a60f39ce666164e201a46ecafce3c3e377 (patch) | |
| tree | 65ad126f01988cc376f377481cdc1ab28a7d883c /src/fl_plastic.cxx | |
| parent | b6f2bc925021c83f0b6f73614b6c29ae32779723 (diff) | |
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
Diffstat (limited to 'src/fl_plastic.cxx')
| -rw-r--r-- | src/fl_plastic.cxx | 1 |
1 files changed, 0 insertions, 1 deletions
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; |
