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>
This commit is contained in:
FRIGN 2014-06-06 14:08:51 +02:00 committed by Roberto E. Vargas Caballero
parent 5159d55c63
commit 18a05fdf43
1 changed files with 0 additions and 1 deletions

1
st.c
View File

@ -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 */