summaryrefslogtreecommitdiffstats
path: root/ganv/Item.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'ganv/Item.hpp')
-rw-r--r--ganv/Item.hpp5
1 files changed, 1 insertions, 4 deletions
diff --git a/ganv/Item.hpp b/ganv/Item.hpp
index ebeb865..fcb98ef 100644
--- a/ganv/Item.hpp
+++ b/ganv/Item.hpp
@@ -76,10 +76,7 @@ protected:
GanvItem* const _gobj;
private:
- static gboolean
- on_item_event(GanvItem* canvasitem,
- GdkEvent* ev,
- void* item)
+ static gboolean on_item_event(GanvItem*, GdkEvent* ev, void* item)
{
return static_cast<Item*>(item)->signal_event().emit(ev);
}