* gladeui/glade-design-layout.c: removed unused signals enum and ACTIVITY_STR macro

This commit is contained in:
Juan Pablo Ugarte 2011-01-22 14:44:18 -03:00 committed by Tristan Van Berkom
parent 4cb610244a
commit 327afcdaf7

View File

@ -47,17 +47,6 @@ typedef enum
ACTIVITY_RESIZE_WIDTH_AND_HEIGHT ACTIVITY_RESIZE_WIDTH_AND_HEIGHT
} Activity; } Activity;
#define ACTIVITY_STR(act) \
((act) == ACTIVITY_NONE ? "none" : \
(act) == ACTIVITY_RESIZE_WIDTH ? "resize width" : \
(act) == ACTIVITY_RESIZE_HEIGHT ? "resize height" : "resize width & height")
enum
{
DUMMY_SIGNAL,
LAST_SIGNAL
};
struct _GladeDesignLayoutPrivate struct _GladeDesignLayoutPrivate
{ {
GdkWindow *window, *offscreen_window; GdkWindow *window, *offscreen_window;