aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFRIGN <dev@frign.de>2014-06-06 14:08:51 +0200
committerRoberto E. Vargas Caballero <k0ga@shike2.com>2014-06-06 15:23:22 +0200
commit18a05fdf4326ac1c7165de8cad0895b5c44fac83 (patch)
tree03926f0aa4bdb478817dbf940373c9a0148545e1
parent5159d55c631cd1179bd2f872859d4540668745b9 (diff)
downloadst-18a05fdf4326ac1c7165de8cad0895b5c44fac83.tar.gz
st-18a05fdf4326ac1c7165de8cad0895b5c44fac83.tar.bz2
Remove unnecessary typedef
This should also fix compiling-errors on OpenBSD, as reported by Nils R. Thanks! Signed-off-by: Roberto E. Vargas Caballero <k0ga@shike2.com>
-rw-r--r--st.c1
1 files changed, 0 insertions, 1 deletions
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 */