diff options
author | das <das> | 2006-03-16 10:04:48 (GMT) |
---|---|---|
committer | das <das> | 2006-03-16 10:04:48 (GMT) |
commit | 0a949e8fe4e660d9f0d861e69156490cc4391314 (patch) | |
tree | 6d72ceba1c42340aa13c9c362c772a3e36f7883a /macosx/tkMacOSXSend.c | |
parent | bf0fea1f9f1d02ab3555f7d5c6935794d87c4c0a (diff) | |
download | tk-0a949e8fe4e660d9f0d861e69156490cc4391314.zip tk-0a949e8fe4e660d9f0d861e69156490cc4391314.tar.gz tk-0a949e8fe4e660d9f0d861e69156490cc4391314.tar.bz2 |
missing MODULE_SCOPE declarations and obsolete exports discovered by 'make checkstubs'
Diffstat (limited to 'macosx/tkMacOSXSend.c')
-rw-r--r-- | macosx/tkMacOSXSend.c | 9 |
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: */ |