Dead store to e in menu_frame_render
authorMikael Magnusson <mikachu@gmail.com>
Fri, 19 Feb 2010 21:25:06 +0000 (22:25 +0100)
committerMikael Magnusson <mikachu@gmail.com>
Fri, 19 Feb 2010 21:25:06 +0000 (22:25 +0100)
openbox/menuframe.c

index 36fdc5f..fa65c85 100644 (file)
@@ -654,7 +654,6 @@ void menu_frame_render(ObMenuFrame *self)
     if (self->entries) {
         gint l, t, r, b;
 
-        e = self->entries->data;
         ob_rr_theme->a_menu_text_normal->texture[0].data.text.string = "";
         tw = RrMinWidth(ob_rr_theme->a_menu_text_normal);
         tw += 2*PADDING;