From a1bd78b24d3adcf5059c36ee980eadb41bffe1e1 Mon Sep 17 00:00:00 2001 From: redman Date: Wed, 4 Aug 1999 15:58:42 +0000 Subject: Remove extern declaration for TclWinGetPlatform functions, they're already in tclInt.decls. Only affects open source release. --- generic/tclTest.c | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/generic/tclTest.c b/generic/tclTest.c index 8226ed1..0872322 100644 --- a/generic/tclTest.c +++ b/generic/tclTest.c @@ -13,7 +13,7 @@ * See the file "license.terms" for information on usage and redistribution * of this file, and for a DISCLAIMER OF ALL WARRANTIES. * - * RCS: @(#) $Id: tclTest.c,v 1.14 1999/06/17 19:32:16 stanton Exp $ + * RCS: @(#) $Id: tclTest.c,v 1.15 1999/08/04 15:58:42 redman Exp $ */ #define TCL_TEST @@ -27,11 +27,6 @@ * Declare external functions used in Windows tests. */ -#if defined(__WIN32__) -extern TclPlatformType *TclWinGetPlatform(void); -EXTERN void TclWinSetInterfaces(int); -#endif - /* * Dynamic string shared by TestdcallCmd and DelCallbackProc; used * to collect the results of the various deletion callbacks. -- cgit v0.12