X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fui%2Fgui%2Fcustomentry.c;h=dc5848ec087b86e338d8c7b25b2487425c15e2ea;hb=6bf4567d7fcf5f0fa5805c4de24c13c2a7cfbbc9;hp=b7d0ce2d27c25eef7d4874e1ef5a178b240fadb3;hpb=b05cde73f4291705bba140d6ef9896a11616f3ff;p=pspp diff --git a/src/ui/gui/customentry.c b/src/ui/gui/customentry.c index b7d0ce2d27..dc5848ec08 100644 --- a/src/ui/gui/customentry.c +++ b/src/ui/gui/customentry.c @@ -1,5 +1,5 @@ /* PSPPIRE - a graphical user interface for PSPP. - Copyright (C) 2005, 2007, 2010, 2011 Free Software Foundation + Copyright (C) 2005, 2007, 2010, 2011, 2012 Free Software Foundation This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -304,12 +304,10 @@ psppire_custom_entry_class_init (PsppireCustomEntryClass *klass) GObjectClass *gobject_class = G_OBJECT_CLASS (klass); GtkWidgetClass *widget_class; - GtkEntryClass *entry_class; parent_class = g_type_class_peek_parent (klass); widget_class = (GtkWidgetClass*) klass; - entry_class = (GtkEntryClass*) klass; widget_class->map = psppire_custom_entry_map; widget_class->unmap = psppire_custom_entry_unmap;