summaryrefslogtreecommitdiffstats
path: root/macosx
diff options
context:
space:
mode:
authordas <das>2006-03-16 10:04:48 (GMT)
committerdas <das>2006-03-16 10:04:48 (GMT)
commitd1022ffac3322b32d44f96bf5c688e15132271ec (patch)
tree6d72ceba1c42340aa13c9c362c772a3e36f7883a /macosx
parent52918ca220fc8cb84f3b61f4f6cfa859b252f34c (diff)
downloadtk-d1022ffac3322b32d44f96bf5c688e15132271ec.zip
tk-d1022ffac3322b32d44f96bf5c688e15132271ec.tar.gz
tk-d1022ffac3322b32d44f96bf5c688e15132271ec.tar.bz2
missing MODULE_SCOPE declarations and obsolete exports discovered by 'make checkstubs'
Diffstat (limited to 'macosx')
-rw-r--r--macosx/tkMacOSXSend.c9
1 files changed, 1 insertions, 8 deletions
diff --git a/macosx/tkMacOSXSend.c b/macosx/tkMacOSXSend.c
index eaa0813..adc0a8e 100644
--- a/macosx/tkMacOSXSend.c
+++ b/macosx/tkMacOSXSend.c
@@ -32,7 +32,7 @@
* See the file "license.terms" for information on usage and redistribution
* of this file, and for a DISCLAIMER OF ALL WARRANTIES.
*
- * RCS: @(#) $Id: tkMacOSXSend.c,v 1.3 2005/11/27 02:36:15 das Exp $
+ * RCS: @(#) $Id: tkMacOSXSend.c,v 1.4 2006/03/16 10:04:49 das Exp $
*/
#include <Carbon/Carbon.h>
@@ -174,13 +174,6 @@ static RegisteredInterp *interpListPtr = NULL;
*/
/*
- * The following variable is the serial number that was used in the
- * last "send" command. It is exported only for testing purposes.
- */
-
-int tkSendSerial = 0;
-
- /*
* Maximum size property that can be read at one time by
* this module:
*/