aboutsummaryrefslogtreecommitdiff
path: root/dw/fltkviewbase.hh
diff options
context:
space:
mode:
authorcorvid <corvid@lavabit.com>2011-08-26 00:06:38 +0000
committercorvid <corvid@lavabit.com>2011-08-26 00:06:38 +0000
commitc230105b56729f355a97540d478775adc9df464c (patch)
treeae2c2646fba2a2d7bf60576b69ebbe48666b0de6 /dw/fltkviewbase.hh
parent0483e37deb3ef342a088b564d636c48c17c1345c (diff)
rm unused arg
Diffstat (limited to 'dw/fltkviewbase.hh')
-rw-r--r--dw/fltkviewbase.hh2
1 files changed, 1 insertions, 1 deletions
diff --git a/dw/fltkviewbase.hh b/dw/fltkviewbase.hh
index b8d1e874..2b248803 100644
--- a/dw/fltkviewbase.hh
+++ b/dw/fltkviewbase.hh
@@ -121,7 +121,7 @@ public:
core::style::Color *color,
core::style::Color::Shading shading,
int x, int y, int w, int h,
- const char *text, int len);
+ const char *text);
void drawImage (core::Imgbuf *imgbuf, int xRoot, int yRoot,
int x, int y, int width, int height);