mirror of
https://gitlab.gnome.org/GNOME/glade.git
synced 2025-12-18 00:05:09 -05:00
* gladeui/glade-design-layout.c: removed unused signals enum and ACTIVITY_STR macro
This commit is contained in:
parent
4cb610244a
commit
327afcdaf7
@ -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;
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user