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.cc | |
parent | 0483e37deb3ef342a088b564d636c48c17c1345c (diff) |
rm unused arg
Diffstat (limited to 'dw/fltkviewbase.cc')
-rw-r--r-- | dw/fltkviewbase.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dw/fltkviewbase.cc b/dw/fltkviewbase.cc index 70f271fb..bf3aba22 100644 --- a/dw/fltkviewbase.cc +++ b/dw/fltkviewbase.cc @@ -590,7 +590,7 @@ void FltkWidgetView::drawSimpleWrappedText (core::style::Font *font, 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) { FltkFont *ff = (FltkFont*)font; fl_font(ff->font, ff->size); |