[Fuse-for-macosx-commits] SF.net SVN: fuse-for-macosx: [281] branches/fusegl/fuse/ui/cocoa/cocoaui.
Brought to you by:
fredm
From: <fr...@us...> - 2007-01-02 12:44:46
|
Revision: 281 http://svn.sourceforge.net/fuse-for-macosx/?rev=281&view=rev Author: fredm Date: 2007-01-02 04:44:43 -0800 (Tue, 02 Jan 2007) Log Message: ----------- Don't need position variable any more. Modified Paths: -------------- branches/fusegl/fuse/ui/cocoa/cocoaui.m Modified: branches/fusegl/fuse/ui/cocoa/cocoaui.m =================================================================== --- branches/fusegl/fuse/ui/cocoa/cocoaui.m 2007-01-02 12:25:42 UTC (rev 280) +++ branches/fusegl/fuse/ui/cocoa/cocoaui.m 2007-01-02 12:44:43 UTC (rev 281) @@ -40,9 +40,6 @@ #include "tape.h" #include "ui/scaler/scaler.h" -/* Last position of the cursor before we hide it */ -static NSPoint position; - int ui_init( int *argc, char ***argv ) { This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |