aboutsummaryrefslogtreecommitdiff
path: root/dw/fltkpreview.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/fltkpreview.hh
parent0483e37deb3ef342a088b564d636c48c17c1345c (diff)
rm unused arg
Diffstat (limited to 'dw/fltkpreview.hh')
-rw-r--r--dw/fltkpreview.hh2
1 files changed, 1 insertions, 1 deletions
diff --git a/dw/fltkpreview.hh b/dw/fltkpreview.hh
index 9e0f4eb1..2382b861 100644
--- a/dw/fltkpreview.hh
+++ b/dw/fltkpreview.hh
@@ -46,7 +46,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);