summary refs log tree commit diff
path: root/Makefile
diff options
context:
space:
mode:
authormarc <marc>2008-01-02 20:47:11 +0000
committermarc <marc>2008-01-02 20:47:11 +0000
commit01a3f493d6ff55f0c054329bb81941ff133e1f47 (patch)
tree866a41b94cf3dcce671e7440d46955d1769d059c /Makefile
parent219f297493ae2593fd3dc92a0ad454f4fdc5e62f (diff)
downloadcwm-01a3f493d6ff55f0c054329bb81941ff133e1f47.tar.gz
cwm-01a3f493d6ff55f0c054329bb81941ff133e1f47.tar.xz
cwm-01a3f493d6ff55f0c054329bb81941ff133e1f47.zip
remove unused code
OK oga@
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 2d84ba7..91c464c 100644
--- a/Makefile
+++ b/Makefile
@@ -7,7 +7,7 @@ X11BASE?=	/usr/X11R6
 PROG=		cwm
 
 SRCS=		calmwm.c draw.c screen.c xmalloc.c client.c grab.c search.c \
-		util.c xutil.c conf.c input.c xevents.c group.c geographic.c \
+		util.c xutil.c conf.c input.c xevents.c group.c \
 		kbfunc.c cursor.c font.c
 
 CPPFLAGS+=	-I${X11BASE}/include -I${X11BASE}/include/freetype2