summaryrefslogtreecommitdiffstats
path: root/xlib/xgc.c
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2019-10-01 21:16:06 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2019-10-01 21:16:06 (GMT)
commit3f6b5d273ca6fa8715e18fc33829c04202e6e4d7 (patch)
tree5104f4ebf710e078e7312fd4e82bd930a53fbf79 /xlib/xgc.c
parentaceb9ee50f75e8ec672475e119b9559c508b5089 (diff)
downloadtk-3f6b5d273ca6fa8715e18fc33829c04202e6e4d7.zip
tk-3f6b5d273ca6fa8715e18fc33829c04202e6e4d7.tar.gz
tk-3f6b5d273ca6fa8715e18fc33829c04202e6e4d7.tar.bz2
Eliminate some dead code
Diffstat (limited to 'xlib/xgc.c')
-rw-r--r--xlib/xgc.c18
1 files changed, 0 insertions, 18 deletions
diff --git a/xlib/xgc.c b/xlib/xgc.c
index fc4e5b3..2132a01 100644
--- a/xlib/xgc.c
+++ b/xlib/xgc.c
@@ -597,24 +597,6 @@ XMapRaised(
return Success;
}
-#if 0
-int
-XPutImage(
- Display *display,
- Drawable d,
- GC gc,
- XImage *image,
- int src_x,
- int src_y,
- int dest_x,
- int dest_y,
- unsigned int width,
- unsigned int height)
-{
- return 0;
-}
-#endif
-
int
XQueryTextExtents(
Display *display,