mirror of
https://github.com/alrayyes/st.git
synced 2024-11-22 19:26:22 +00:00
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:
parent
5159d55c63
commit
18a05fdf43
1 changed files with 0 additions and 1 deletions
1
st.c
1
st.c
|
@ -180,7 +180,6 @@ typedef unsigned short ushort;
|
||||||
|
|
||||||
typedef XftDraw *Draw;
|
typedef XftDraw *Draw;
|
||||||
typedef XftColor Color;
|
typedef XftColor Color;
|
||||||
typedef Colormap Colormap;
|
|
||||||
|
|
||||||
typedef struct {
|
typedef struct {
|
||||||
char c[UTF_SIZ]; /* character code */
|
char c[UTF_SIZ]; /* character code */
|
||||||
|
|
Loading…
Reference in a new issue