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>
master
FRIGN 10 years ago committed by Roberto E. Vargas Caballero
parent 5159d55c63
commit 18a05fdf43
  1. 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 */

Loading…
Cancel
Save