summaryrefslogtreecommitdiff
path: root/libwnck/pager.c
diff options
context:
space:
mode:
authorAlberts Muktupāvels <alberts.muktupavels@gmail.com>2016-11-12 10:54:43 +0200
committerAlberts Muktupāvels <alberts.muktupavels@gmail.com>2017-04-26 14:32:15 +0300
commit188e9f0362a30a7ad33489303f96516117ce4eab (patch)
tree7b3f52e9b5cd4399654ac7a1df0a11b81d6bfd8b /libwnck/pager.c
parente124d7a8c9afc2886add6c5abc6b55c943f803ca (diff)
downloadlibwnck-188e9f0362a30a7ad33489303f96516117ce4eab.tar.gz
remove redundant declarations
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);