summaryrefslogtreecommitdiffstats
path: root/unix/tkUnixXId.c
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2017-05-08 12:02:25 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2017-05-08 12:02:25 (GMT)
commit147082b028ee8e566257822d195e675deff06bd7 (patch)
treeffde95ad464de4ef43e56a81ddd11193eb229a84 /unix/tkUnixXId.c
parentc0c63d71f6326616741160c579c69136b6010dd8 (diff)
downloadtk-147082b028ee8e566257822d195e675deff06bd7.zip
tk-147082b028ee8e566257822d195e675deff06bd7.tar.gz
tk-147082b028ee8e566257822d195e675deff06bd7.tar.bz2
Remove calls to Tk_FreeXId(), since it's just a NOP.
Diffstat (limited to 'unix/tkUnixXId.c')
-rw-r--r--unix/tkUnixXId.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/unix/tkUnixXId.c b/unix/tkUnixXId.c
index 668f228..ec2451c 100644
--- a/unix/tkUnixXId.c
+++ b/unix/tkUnixXId.c
@@ -96,7 +96,6 @@ Tk_FreePixmap(
Pixmap pixmap) /* Identifier for pixmap. */
{
XFreePixmap(display, pixmap);
- Tk_FreeXId(display, (XID) pixmap);
}