aboutsummaryrefslogtreecommitdiffstats
path: root/calmwm.h
diff options
context:
space:
mode:
authorokan2009-08-27 01:38:08 +0000
committerokan2009-08-27 01:38:08 +0000
commitf85968efdac22249de246783db8a008c823e12ae (patch)
tree5158fc2746ac21efe17dcfb0f7bebb3482bacfcf /calmwm.h
parent7040418822e74ed25f890699af3ad11e12ff7418 (diff)
downloadcwm-f85968efdac22249de246783db8a008c823e12ae.tar.gz
unroll the CCTOSC macro; from Thomas Pfaff
ok oga@
Diffstat (limited to 'calmwm.h')
-rw-r--r--calmwm.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/calmwm.h b/calmwm.h
index ac32b56..cd47ad2 100644
--- a/calmwm.h
+++ b/calmwm.h
@@ -15,7 +15,7 @@
* ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
* OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
*
- * $Id: calmwm.h,v 1.97 2009/08/24 23:54:41 oga Exp $
+ * $Id: calmwm.h,v 1.98 2009/08/27 01:38:08 okan Exp $
*/
#ifndef _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;