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:
authorCampbell Barton <ideasman42@gmail.com>2013-03-10 11:18:43 +0400
committerCampbell Barton <ideasman42@gmail.com>2013-03-10 11:18:43 +0400
commitbb6255b8290ae74e7ba57bb54a811852f7f3ae31 (patch)
treef1eb8d3300f6abf95a34a35226f033e3c26e9edc /source/blender/blenlib/intern/path_util.c
parent83fe8e549eaa812a751fbd302e51fae0fe985020 (diff)
Improvements to addon-prefs key search suggested by Yang Niren.
- add accent_grave. - strip the search string. - add numpad numbers (currently these match regular numbers). also remove unneeded forward declarations in path_util.c
Diffstat (limited to 'source/blender/blenlib/intern/path_util.c')
-rw-r--r--source/blender/blenlib/intern/path_util.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/source/blender/blenlib/intern/path_util.c b/source/blender/blenlib/intern/path_util.c
index a6f50c5082a..7237f7d4ecf 100644
--- a/source/blender/blenlib/intern/path_util.c
+++ b/source/blender/blenlib/intern/path_util.c
@@ -83,9 +83,6 @@ static char bprogname[FILE_MAX]; /* full path to program executable */
static char bprogdir[FILE_MAX]; /* full path to directory in which executable is located */
static char btempdir[FILE_MAX]; /* temporary directory */
-static int add_win32_extension(char *name);
-static char *blender_version_decimal(const int ver);
-
/* implementation */
/**