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>2015-06-30 08:18:03 +0300
committerCampbell Barton <ideasman42@gmail.com>2015-06-30 08:18:03 +0300
commitd59721e47aba4c9db96cfe5b10c63969ff361897 (patch)
tree9158cfdeb118e3b09f19ddc087c71c9ddcfabace /source/blender/blenlib/BLI_path_util.h
parentd17cb3f75f2c1e3b0d729da24f5fd1793b823760 (diff)
Cleanup: move BLI_char_switch into BLI_string
Diffstat (limited to 'source/blender/blenlib/BLI_path_util.h')
-rw-r--r--source/blender/blenlib/BLI_path_util.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/source/blender/blenlib/BLI_path_util.h b/source/blender/blenlib/BLI_path_util.h
index c9a54c33f21..63b5207f941 100644
--- a/source/blender/blenlib/BLI_path_util.h
+++ b/source/blender/blenlib/BLI_path_util.h
@@ -157,8 +157,6 @@ bool BLI_path_suffix(char *string, size_t maxlen, const char *suffix, const char
# define BLI_path_ncmp strncmp
#endif
-void BLI_char_switch(char *string, char from, char to) ATTR_NONNULL();
-
#ifdef WITH_ICONV
void BLI_string_to_utf8(char *original, char *utf_8, const char *code);
#endif