summaryrefslogtreecommitdiffstats
path: root/win/tkWinCursor.c
diff options
context:
space:
mode:
authordonal.k.fellows@manchester.ac.uk <dkf>2007-09-08 16:13:45 (GMT)
committerdonal.k.fellows@manchester.ac.uk <dkf>2007-09-08 16:13:45 (GMT)
commit96fa3f41d12d29e08a68089ca1ba1175b90c999a (patch)
tree5f23acee730c544b491aba77d49ce84b33d02279 /win/tkWinCursor.c
parent587f0461c0e348113140b137d63ea58b585f7160 (diff)
downloadtk-96fa3f41d12d29e08a68089ca1ba1175b90c999a.zip
tk-96fa3f41d12d29e08a68089ca1ba1175b90c999a.tar.gz
tk-96fa3f41d12d29e08a68089ca1ba1175b90c999a.tar.bz2
Assorted minor cleanups.
Diffstat (limited to 'win/tkWinCursor.c')
-rw-r--r--win/tkWinCursor.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/win/tkWinCursor.c b/win/tkWinCursor.c
index 653fbbe..825340c 100644
--- a/win/tkWinCursor.c
+++ b/win/tkWinCursor.c
@@ -8,7 +8,7 @@
* See the file "license.terms" for information on usage and redistribution of
* this file, and for a DISCLAIMER OF ALL WARRANTIES.
*
- * RCS: @(#) $Id: tkWinCursor.c,v 1.13 2005/12/02 00:19:04 dkf Exp $
+ * RCS: @(#) $Id: tkWinCursor.c,v 1.14 2007/09/08 16:13:45 dkf Exp $
*/
#include "tkWinInt.h"
@@ -222,7 +222,7 @@ void
TkpFreeCursor(
TkCursor *cursorPtr)
{
- TkWinCursor *winCursorPtr = (TkWinCursor *) cursorPtr;
+ /* TkWinCursor *winCursorPtr = (TkWinCursor *) cursorPtr; */
}
/*