summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLouis Burda <quent.burda@gmail.com>2022-05-21 01:08:47 +0200
committerLouis Burda <quent.burda@gmail.com>2022-10-07 16:01:10 +0200
commit8c786236c25d5ff294d39ace7378ccfe172b1ce9 (patch)
treefe330b68e5b5a781f57e4d63548c9f9b15a6e1ea
parent77139d9a2c55c6ec4fb9b0a8e82352e6775fcb8a (diff)
downloadwinpl-8c786236c25d5ff294d39ace7378ccfe172b1ce9.tar.gz
winpl-8c786236c25d5ff294d39ace7378ccfe172b1ce9.zip
Removed unused macro
-rw-r--r--winpl.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/winpl.c b/winpl.c
index bcf5804..53e0b83 100644
--- a/winpl.c
+++ b/winpl.c
@@ -100,9 +100,6 @@ monitor_from_pointer(XineramaScreenInfo *info, int mcount,
return screen;
}
-#define INTERSECT(x,y,w,h,r) (
-
-
int
monitor_from_focussed(Display *display, XineramaScreenInfo *info, int mcount)
{