Remove unused struct box.

This commit is contained in:
Michael Drake 2012-08-20 14:21:16 +01:00
parent 427fb928c5
commit 971058cd67

View File

@ -59,7 +59,6 @@ struct gui_window {
/** mouse state and events. */
struct {
struct gui_window *gui;
struct box *box;
gdouble pressed_x;
gdouble pressed_y;