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
path: root/intern
diff options
context:
space:
mode:
authorCampbell Barton <ideasman42@gmail.com>2009-09-18 07:41:37 +0400
committerCampbell Barton <ideasman42@gmail.com>2009-09-18 07:41:37 +0400
commitfd6654d4ef4be21447e45a983b15c7024de33711 (patch)
tree33d72c94ff386596e5c344bb93d1197639dca1bb /intern
parent985031c23553fb851f3e351d3f3ac2bdafb7c157 (diff)
remove brush_sample_falloff, #if 0, unused function is_tablet_cursor
Diffstat (limited to 'intern')
-rw-r--r--intern/ghost/intern/GHOST_WindowX11.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/intern/ghost/intern/GHOST_WindowX11.cpp b/intern/ghost/intern/GHOST_WindowX11.cpp
index ab46c050fa3..060e9ca6f6c 100644
--- a/intern/ghost/intern/GHOST_WindowX11.cpp
+++ b/intern/ghost/intern/GHOST_WindowX11.cpp
@@ -450,7 +450,7 @@ static bool match_token(const char *haystack, const char *needle)
** Wacoms x11 config "cursor" refers to its device slot (which we mirror with
** our gSysCursors) for puck like devices (tablet mice essentially).
*/
-
+#if 0 // unused
static BOOL is_tablet_cursor(const char *name, const char *type)
{
int i;
@@ -474,7 +474,7 @@ static BOOL is_tablet_cursor(const char *name, const char *type)
}
return FALSE;
}
-
+#endif
static BOOL is_stylus(const char *name, const char *type)
{
int i;