Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'source/blender/src/cursors.c')
-rw-r--r--source/blender/src/cursors.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/source/blender/src/cursors.c b/source/blender/src/cursors.c
index f254156c307..47751348a33 100644
--- a/source/blender/src/cursors.c
+++ b/source/blender/src/cursors.c
@@ -115,11 +115,11 @@ void SetBlenderCursor(short curs){
}
}
-
+/* unused no prototypes
short GetCurrentCursor(void){
return(CurrentCursor);
}
-
+*/
void InitCursorData(void){