diff options
author | corvid <corvid@lavabit.com> | 2011-08-26 00:06:38 +0000 |
---|---|---|
committer | corvid <corvid@lavabit.com> | 2011-08-26 00:06:38 +0000 |
commit | c230105b56729f355a97540d478775adc9df464c (patch) | |
tree | ae2c2646fba2a2d7bf60576b69ebbe48666b0de6 /dw/fltkviewbase.hh | |
parent | 0483e37deb3ef342a088b564d636c48c17c1345c (diff) |
rm unused arg
Diffstat (limited to 'dw/fltkviewbase.hh')
-rw-r--r-- | dw/fltkviewbase.hh | 2 |
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); |