summaryrefslogtreecommitdiff
path: root/libwnck/pager.c
diff options
context:
space:
mode:
Diffstat (limited to 'libwnck/pager.c')
-rw-r--r--libwnck/pager.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/libwnck/pager.c b/libwnck/pager.c
index f1fc490..d982064 100644
--- a/libwnck/pager.c
+++ b/libwnck/pager.c
@@ -97,15 +97,12 @@ enum
LAST_SIGNAL
};
-
#define POINT_IN_RECT(xcoord, ycoord, rect) \
((xcoord) >= (rect).x && \
(xcoord) < ((rect).x + (rect).width) && \
(ycoord) >= (rect).y && \
(ycoord) < ((rect).y + (rect).height))
-static void wnck_pager_init (WnckPager *pager);
-static void wnck_pager_class_init (WnckPagerClass *klass);
static void wnck_pager_finalize (GObject *object);
static void wnck_pager_realize (GtkWidget *widget);