diff options
author | oga | 2008-01-03 01:58:16 +0000 |
---|---|---|
committer | oga | 2008-01-03 01:58:16 +0000 |
commit | 01e81487afb71345f5fad8c1dd61ccaa551a84be (patch) | |
tree | e773036416acab43db1ea6d0d48e4af84fe96a5d /Makefile | |
parent | 5db1823209826021ce6753f79f1e38e70187727e (diff) | |
download | cwm-01e81487afb71345f5fad8c1dd61ccaa551a84be.tar.gz |
Kill draw.c, nothing uses the code in it.
More dead code removals to come.
ok marc@
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.2 2008/01/02 20:47:11 marc Exp $ +# $OpenBSD: Makefile,v 1.3 2008/01/03 01:58:16 oga Exp $ .include <bsd.own.mk> @@ -6,7 +6,7 @@ X11BASE?= /usr/X11R6 PROG= cwm -SRCS= calmwm.c draw.c screen.c xmalloc.c client.c grab.c search.c \ +SRCS= calmwm.c screen.c xmalloc.c client.c grab.c search.c \ util.c xutil.c conf.c input.c xevents.c group.c \ kbfunc.c cursor.c font.c |