Browse Source

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>
FRIGN 10 năm trước cách đây
mục cha
commit
18a05fdf43
1 tập tin đã thay đổi với 0 bổ sung1 xóa
  1. 0 1
      st.c

+ 0 - 1
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 */