summaryrefslogtreecommitdiffstats
path: root/win/tkWinPort.h
diff options
context:
space:
mode:
authorrjohnson <rjohnson@noemail.net>1998-09-30 19:01:19 (GMT)
committerrjohnson <rjohnson@noemail.net>1998-09-30 19:01:19 (GMT)
commit8f5e00db2b396bfc5acccf11236490b9f09c8ccd (patch)
treee8f9ce0fdf1594b3d40b87fa21119fb159b1e874 /win/tkWinPort.h
parentb51acc95c175bf7297c264c3e12d14c6f06bf395 (diff)
downloadtk-8f5e00db2b396bfc5acccf11236490b9f09c8ccd.zip
tk-8f5e00db2b396bfc5acccf11236490b9f09c8ccd.tar.gz
tk-8f5e00db2b396bfc5acccf11236490b9f09c8ccd.tar.bz2
Removed old/unused function declarations
removed unused file on Mac implementation made bell cmd an obj cmd - improved it's test suite FossilOrigin-Name: 33ce8b59be46b5d385db551533ae8dac8fe8dc86
Diffstat (limited to 'win/tkWinPort.h')
-rw-r--r--win/tkWinPort.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/win/tkWinPort.h b/win/tkWinPort.h
index 07b0939..55a0300 100644
--- a/win/tkWinPort.h
+++ b/win/tkWinPort.h
@@ -6,11 +6,12 @@
* file that contains #ifdefs to handle different flavors of OS.
*
* Copyright (c) 1995-1996 Sun Microsystems, Inc.
+ * Copyright (c) 1998 by Scriptics Corporation.
*
* See the file "license.terms" for information on usage and redistribution
* of this file, and for a DISCLAIMER OF ALL WARRANTIES.
*
- * RCS: @(#) $Id: tkWinPort.h,v 1.2 1998/09/14 18:24:01 stanton Exp $
+ * RCS: @(#) $Id: tkWinPort.h,v 1.3 1998/09/30 19:01:22 rjohnson Exp $
*/
#ifndef _WINPORT
@@ -89,7 +90,6 @@
* The following Tk functions are implemented as macros under Windows.
*/
-#define TkGetNativeProlog(interp) TkGetProlog(interp)
#define TkpGetPixel(p) (((((p)->red >> 8) & 0xff) \
| ((p)->green & 0xff00) | (((p)->blue << 8) & 0xff0000)) | 0x20000000)