aboutsummaryrefslogtreecommitdiff
path: root/dw/image.cc
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/image.cc
parent0483e37deb3ef342a088b564d636c48c17c1345c (diff)
rm unused arg
Diffstat (limited to 'dw/image.cc')
-rw-r--r--dw/image.cc3
1 files changed, 1 insertions, 2 deletions
diff --git a/dw/image.cc b/dw/image.cc
index 50083151..1cb9ce39 100644
--- a/dw/image.cc
+++ b/dw/image.cc
@@ -388,8 +388,7 @@ void Image::draw (core::View *view, core::Rectangle *area)
core::style::Color::SHADING_NORMAL,
allocation.x + getStyle()->boxOffsetX (),
allocation.y + getStyle()->boxOffsetY (),
- getContentWidth(), getContentHeight(),
- altText, strlen(altText));
+ getContentWidth(), getContentHeight(), altText);
if (clippingView)
view->mergeClippingView (clippingView);