summaryrefslogtreecommitdiff
path: root/src/w32gui.h
diff options
context:
space:
mode:
authorJuanma Barranquero <lekktu@gmail.com>2002-10-25 06:50:01 +0000
committerJuanma Barranquero <lekktu@gmail.com>2002-10-25 06:50:01 +0000
commit68c7e82a0e5a12f599394eca897130873e44fcef (patch)
tree29b0aa3488c14117bf9a282e2bf06bc4ec81dda6 /src/w32gui.h
parent94e32607840a58fe56afa80801915607bf168125 (diff)
downloademacs-68c7e82a0e5a12f599394eca897130873e44fcef.tar.gz
Remove definition of XColor.
Diffstat (limited to 'src/w32gui.h')
-rw-r--r--src/w32gui.h10
1 files changed, 0 insertions, 10 deletions
diff --git a/src/w32gui.h b/src/w32gui.h
index 4121639fbf6..9f59290027c 100644
--- a/src/w32gui.h
+++ b/src/w32gui.h
@@ -86,16 +86,6 @@ typedef struct _XImage
/* Optional RGBQUAD array for palette follows (see BITMAPINFO docs). */
} XImage;
-/* A definition of XColor for non-X frames. */
-#ifndef HAVE_X_WINDOWS
-typedef struct {
- unsigned long pixel;
- unsigned short red, green, blue;
- char flags;
- char pad;
-} XColor;
-#endif
-
#define FACE_DEFAULT (~0)
extern HINSTANCE hinst;