From ebf8dd81c398f39adcdbe4801d4a624ab1f73241 Mon Sep 17 00:00:00 2001 From: Peter Clifton Date: Sat, 15 Dec 2007 13:31:36 +0000 Subject: [PATCH] Remove unused toplevel variable in o_grips_motion() --- gschem/src/o_grips.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/gschem/src/o_grips.c b/gschem/src/o_grips.c index 8d9835aa1..97c7c9783 100644 --- a/gschem/src/o_grips.c +++ b/gschem/src/o_grips.c @@ -881,8 +881,6 @@ void o_grips_start_line(GSCHEM_TOPLEVEL *w_current, OBJECT *o_current, */ void o_grips_motion(GSCHEM_TOPLEVEL *w_current, int x, int y) { - TOPLEVEL *toplevel = w_current->toplevel; - g_assert( w_current->inside_action != 0 ); g_return_if_fail( object_changing != NULL ); -- 2.11.4.GIT