From 4da0c6ebc1db54c1c52cbdda98098b7d3efb1de7 Mon Sep 17 00:00:00 2001 From: Thomas White Date: Wed, 12 Oct 2011 09:34:17 +0200 Subject: Remove dead code and tidy up resize logic --- src/tool_select.c | 8 -------- 1 file changed, 8 deletions(-) (limited to 'src/tool_select.c') diff --git a/src/tool_select.c b/src/tool_select.c index 57e6721..a3a8c39 100644 --- a/src/tool_select.c +++ b/src/tool_select.c @@ -43,13 +43,6 @@ struct select_toolinfo }; -static void click_create(struct presentation *p, struct toolinfo *tip, - double x, double y) -{ - /* Do absolutely nothing */ -} - - static void click_select(struct presentation *p, struct toolinfo *tip, double x, double y, GdkEventButton *event, enum drag_status *drag_status, @@ -143,7 +136,6 @@ struct toolinfo *initialise_select_tool() ti = malloc(sizeof(*ti)); - ti->base.click_create = click_create; ti->base.click_select = click_select; ti->base.create_default = NULL; ti->base.select = select_object; -- cgit v1.2.3