summary refs log tree commit diff
path: root/calmwm.h
diff options
context:
space:
mode:
authorokan <okan>2009-08-27 01:38:08 +0000
committerokan <okan>2009-08-27 01:38:08 +0000
commit7295c511559f292d849cfe037747c8321fc615e6 (patch)
tree560372a9e9e62fbbe366e722e1cc7c61335c5990 /calmwm.h
parentb9f83670895f8c61d11e32515cd696299d2d92ea (diff)
downloadcwm-7295c511559f292d849cfe037747c8321fc615e6.tar.gz
cwm-7295c511559f292d849cfe037747c8321fc615e6.tar.xz
cwm-7295c511559f292d849cfe037747c8321fc615e6.zip
unroll the CCTOSC macro; from Thomas Pfaff
ok oga@
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;