diff options
author | das <das> | 2006-03-16 10:04:48 (GMT) |
---|---|---|
committer | das <das> | 2006-03-16 10:04:48 (GMT) |
commit | b5279680e9f5ff0e0fcd35e3d0dabeece5e4b0c9 (patch) | |
tree | 6d72ceba1c42340aa13c9c362c772a3e36f7883a /macosx/tkMacOSXSend.c | |
parent | f8fd871f4aef621bf38e7f3cb69ea6463da46554 (diff) | |
download | tk-b5279680e9f5ff0e0fcd35e3d0dabeece5e4b0c9.zip tk-b5279680e9f5ff0e0fcd35e3d0dabeece5e4b0c9.tar.gz tk-b5279680e9f5ff0e0fcd35e3d0dabeece5e4b0c9.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: */ |