grim/guifications2

removed an unused variable

2011-12-04, Gary Kramlich
8dc511042f99
Parents bbd458200332
Children 54ed4e02e6d1
removed an unused variable
--- a/src/gf_item_icon.c Sun Dec 04 17:46:27 2011 -0600
+++ b/src/gf_item_icon.c Sun Dec 04 18:12:14 2011 -0600
@@ -347,7 +347,6 @@
void
gf_item_icon_render(GfItemIcon *item_icon, GdkPixbuf *pixbuf, GfEventInfo *info)
{
- GfEvent *event;
GdkPixbuf *original = NULL, *scaled = NULL;
gint x, y;
gint width, height;
@@ -357,8 +356,6 @@
g_return_if_fail(pixbuf);
g_return_if_fail(info);
- event = gf_event_info_get_event(info);
-
is_contact = gf_event_info_get_is_contact(info);
if(item_icon->type == GF_ITEM_ICON_TYPE_PROTOCOL) {