summary refs log tree commit diff
path: root/calmwm.h
diff options
context:
space:
mode:
Diffstat (limited to 'calmwm.h')
-rw-r--r--calmwm.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/calmwm.h b/calmwm.h
index bfc5ed6..d152f81 100644
--- a/calmwm.h
+++ b/calmwm.h
@@ -491,8 +491,6 @@ XftFont			*font_make(struct screen_ctx *, const char *);
 #define font_descent()	Conf.DefaultFont->descent
 #define	font_height()	Conf.FontHeight
 
-#define CCTOSC(cc) (cc->sc)
-
 /* Externs */
 
 extern Display				*X_Dpy;