aboutsummaryrefslogtreecommitdiffstats
path: root/calmwm.h
diff options
context:
space:
mode:
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;