|
From: <gi...@gp...> - 2011-03-27 23:15:33
|
The branch, master has been updated
via 0c78d1c688e44fdb67d76594d386140586911dba (commit)
from 7fd9924afa6d1f3bbc6f969822ef62e8c3bf9ea6 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
=========
Summary
=========
src/crosshair.c | 9 ---------
1 files changed, 0 insertions(+), 9 deletions(-)
=================
Commit Messages
=================
commit 0c78d1c688e44fdb67d76594d386140586911dba
Author: Peter Clifton <pc...@ca...>
Commit: Peter Clifton <pc...@ca...>
crosshair.c: Remove comment which is no longer relevant
:100644 100644 296f999... a7942b6... M src/crosshair.c
=========
Changes
=========
commit 0c78d1c688e44fdb67d76594d386140586911dba
Author: Peter Clifton <pc...@ca...>
Commit: Peter Clifton <pc...@ca...>
crosshair.c: Remove comment which is no longer relevant
diff --git a/src/crosshair.c b/src/crosshair.c
index 296f999..a7942b6 100644
--- a/src/crosshair.c
+++ b/src/crosshair.c
@@ -712,15 +712,6 @@ CrosshairOff (void)
}
}
-/*
- * The parameter to HideCrosshair() and RestoreCrosshair() dictates whether
- * the object you're dragging should be drawn or not.
- *
- * This argument is _not_ saved in the stack, so whether you have drawings
- * following the cursor around or not is dependant on the parameter passed
- * LAST to either of these two functions.
- */
-
/* ---------------------------------------------------------------------------
* saves crosshair state (on/off) and hides him
*/
|