diff options
Diffstat (limited to 'xlib')
-rw-r--r-- | xlib/X11/Xlib.h | 11 |
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 */, |