From 18a05fdf4326ac1c7165de8cad0895b5c44fac83 Mon Sep 17 00:00:00 2001 From: FRIGN Date: Fri, 6 Jun 2014 14:08:51 +0200 Subject: [PATCH] Remove unnecessary typedef This should also fix compiling-errors on OpenBSD, as reported by Nils R. Thanks! Signed-off-by: Roberto E. Vargas Caballero --- st.c | 1 - 1 file changed, 1 deletion(-) diff --git a/st.c b/st.c index 13226d8..fde4d2d 100644 --- a/st.c +++ b/st.c @@ -180,7 +180,6 @@ typedef unsigned short ushort; typedef XftDraw *Draw; typedef XftColor Color; -typedef Colormap Colormap; typedef struct { char c[UTF_SIZ]; /* character code */ -- 1.7.10.4