Eliminate compiler warnings

2001-12-20  Bradford Hovinen  <hovinen@ximian.com>

	* applier.c: Eliminate compiler warnings
This commit is contained in:
Bradford Hovinen 2001-12-20 20:17:28 +00:00 committed by Bradford Hovinen (Gdict maintainer)
parent fb0d289855
commit ec0401e89e
2 changed files with 2 additions and 2 deletions

View file

@ -1,5 +1,7 @@
2001-12-20 Bradford Hovinen <hovinen@ximian.com>
* applier.c: Eliminate compiler warnings
* applier.[ch]: Rename applier to bg_applier to avoid possible
namespace collision

View file

@ -214,7 +214,6 @@ static void
bg_applier_class_init (BGApplierClass *class)
{
GObjectClass *object_class;
GdkVisual *visual;
object_class = G_OBJECT_CLASS (class);
@ -497,7 +496,6 @@ draw_disabled_message (GtkWidget *widget)
PangoRectangle extents;
GdkGC *gc;
gint x, y, w, h;
gint height, width;
const char *disabled_string = _("Disabled");
g_return_if_fail (widget != NULL);