summaryrefslogtreecommitdiffstats
path: root/unix/tkUnixSelect.c
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2020-10-05 11:09:07 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2020-10-05 11:09:07 (GMT)
commit5e7c6982ce66c388008bd5a81fac55fbf5b900da (patch)
tree36b3114322f3c8a5a7e82958bd303837dd7ed674 /unix/tkUnixSelect.c
parent348370937c430973633246eaf91de8cee1bde7d0 (diff)
downloadtk-5e7c6982ce66c388008bd5a81fac55fbf5b900da.zip
tk-5e7c6982ce66c388008bd5a81fac55fbf5b900da.tar.gz
tk-5e7c6982ce66c388008bd5a81fac55fbf5b900da.tar.bz2
Fix build problem on UNIX (due to the introduction of TCL_UNUSED macro)
Diffstat (limited to 'unix/tkUnixSelect.c')
-rw-r--r--unix/tkUnixSelect.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/unix/tkUnixSelect.c b/unix/tkUnixSelect.c
index 858c246..527bc4c 100644
--- a/unix/tkUnixSelect.c
+++ b/unix/tkUnixSelect.c
@@ -1528,9 +1528,6 @@ SelCvtFromX8(
TCL_UNUSED(Tk_Window), /* Window to use for atom conversion. */
Tcl_DString *dsPtr) /* Where to store the converted string. */
{
- (void)type;
- (void)tkwin;
-
/*
* Convert each long in the property to a string value, which is a
* hexadecimal string. We build the list in a Tcl_DString because this is