summaryrefslogtreecommitdiffstats
path: root/xlib/X11
diff options
context:
space:
mode:
Diffstat (limited to 'xlib/X11')
-rw-r--r--xlib/X11/Xlib.h11
1 files changed, 0 insertions, 11 deletions
diff --git a/xlib/X11/Xlib.h b/xlib/X11/Xlib.h
index ef96f35..44358bd 100644
--- a/xlib/X11/Xlib.h
+++ b/xlib/X11/Xlib.h
@@ -1209,17 +1209,6 @@ extern GC XCreateGC(
);
-extern Pixmap XCreateBitmapFromData(
-#if NeedFunctionPrototypes
- Display* /* display */,
- Drawable /* d */,
- _Xconst char* /* data */,
- unsigned int /* width */,
- unsigned int /* height */
-#endif
-);
-
-
extern void XDrawLine(
#if NeedFunctionPrototypes
Display* /* display */,