summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorculler <culler>2021-08-07 13:15:36 (GMT)
committerculler <culler>2021-08-07 13:15:36 (GMT)
commit961a49c60641c790aef8412e4e03e6d40f4fc9e3 (patch)
tree12df3b93c13aa8247a895d91edf2fd0339b92dda
parent17bb340843c3e1f794cb5696e45ca1cb069f64fc (diff)
downloadtk-961a49c60641c790aef8412e4e03e6d40f4fc9e3.zip
tk-961a49c60641c790aef8412e4e03e6d40f4fc9e3.tar.gz
tk-961a49c60641c790aef8412e4e03e6d40f4fc9e3.tar.bz2
remove unused pixelpower field from XImage
-rw-r--r--xlib/X11/Xlib.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/xlib/X11/Xlib.h b/xlib/X11/Xlib.h
index 1977939..56d049c 100644
--- a/xlib/X11/Xlib.h
+++ b/xlib/X11/Xlib.h
@@ -330,9 +330,6 @@ typedef struct _XImage {
unsigned long green_mask;
unsigned long blue_mask;
XPointer obdata; /* hook for the object routines to hang on */
-#if defined(MAC_OSX_TK)
- int pixelpower; /* No longer used. */
-#endif
struct funcs { /* image manipulation routines */
struct _XImage *(*create_image)();
#if NeedFunctionPrototypes