From f08a277afe0eb1a562ca92d94e5af420d4977723 Mon Sep 17 00:00:00 2001 From: Hib Eris Date: Sat, 23 Jun 2012 22:36:29 +0200 Subject: [PATCH 05/10] Remove unused variable region --- glib/demo/selections.c | 1 - 1 files changed, 0 insertions(+), 1 deletions(-) diff --git a/glib/demo/selections.c b/glib/demo/selections.c index 4ec5d6b..0e0d709 100644 --- a/glib/demo/selections.c +++ b/glib/demo/selections.c @@ -128,7 +128,6 @@ pgd_selections_update_selection_region (PgdSelectionsDemo *demo) static void pgd_selections_update_selected_text (PgdSelectionsDemo *demo) { - GList *region; gchar *text; if (demo->selected_region) -- 1.7.5.4