summaryrefslogtreecommitdiffstats
path: root/win/tkWinCursor.c
diff options
context:
space:
mode:
authordkf <dkf@noemail.net>2007-09-08 16:13:45 (GMT)
committerdkf <dkf@noemail.net>2007-09-08 16:13:45 (GMT)
commitb90444276fcd6220cd0d1ac43baba86039ddddec (patch)
tree5f23acee730c544b491aba77d49ce84b33d02279 /win/tkWinCursor.c
parent660375380c408c40bed85751579293abc554a7cc (diff)
downloadtk-b90444276fcd6220cd0d1ac43baba86039ddddec.zip
tk-b90444276fcd6220cd0d1ac43baba86039ddddec.tar.gz
tk-b90444276fcd6220cd0d1ac43baba86039ddddec.tar.bz2
Assorted minor cleanups.
FossilOrigin-Name: 2a5cff56d4709ff5cc546122512d6375136e11a2
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; */
}
/*