summaryrefslogtreecommitdiff
path: root/src/fl_plastic.cxx
diff options
context:
space:
mode:
authorMatthias Melcher <fltk@matthiasm.com>2005-06-24 13:20:33 +0000
committerMatthias Melcher <fltk@matthiasm.com>2005-06-24 13:20:33 +0000
commit0ed97b422bb382586d1764fd5f8a7e7b1f170327 (patch)
tree4d81098997643dd554ca9a9200db3642bd6cfccc /src/fl_plastic.cxx
parent63537971abe8704a1cbd62b264e54a889b53664f (diff)
Fixed one dependency in VC6 setup.
Fixed one silly warning. git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@4398 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'src/fl_plastic.cxx')
-rw-r--r--src/fl_plastic.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/fl_plastic.cxx b/src/fl_plastic.cxx
index 6e8c429b6..a4800bdb7 100644
--- a/src/fl_plastic.cxx
+++ b/src/fl_plastic.cxx
@@ -227,7 +227,7 @@ static void shade_rect(int x, int y, int w, int h, const char *c, Fl_Color bc) {
static void shade_round(int x, int y, int w, int h, const char *c, Fl_Color bc) {
uchar *g = fl_gray_ramp();
- int i, j;
+ int i;
int clen = strlen(c) - 1;
int chalf = clen / 2;
int cstep = 1;