summaryrefslogtreecommitdiffstats
path: root/xlib/X11/Xlib.h
diff options
context:
space:
mode:
Diffstat (limited to 'xlib/X11/Xlib.h')
-rw-r--r--xlib/X11/Xlib.h13
1 files changed, 0 insertions, 13 deletions
diff --git a/xlib/X11/Xlib.h b/xlib/X11/Xlib.h
index a6bb591..3507694 100644
--- a/xlib/X11/Xlib.h
+++ b/xlib/X11/Xlib.h
@@ -1195,19 +1195,6 @@ _XFUNCPROTOBEGIN
-extern void XDrawLine(
-#if NeedFunctionPrototypes
- Display* /* display */,
- Drawable /* d */,
- GC /* gc */,
- int /* x1 */,
- int /* y1 */,
- int /* x2 */,
- int /* y2 */
-#endif
-);
-
-
extern void XFillRectangle(
#if NeedFunctionPrototypes
Display* /* display */,