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>2012-04-23 11:32:13 +0400
committerCampbell Barton <ideasman42@gmail.com>2012-04-23 11:32:13 +0400
commitceffa6e1fab2b4b1388458bcf7c735e2783f90d8 (patch)
tree0f9e99abdd3417356dfb0162175623f744aa79fe /source/blender/editors/util
parentf9ab956d53f7eabe3dbcd90431601a6d9326ed9d (diff)
code cleanup: comment unused functions (removed one which isnt useful anymore).
Diffstat (limited to 'source/blender/editors/util')
-rw-r--r--source/blender/editors/util/ed_util.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/source/blender/editors/util/ed_util.c b/source/blender/editors/util/ed_util.c
index 5dce3d0a2fa..6d9f2732d8a 100644
--- a/source/blender/editors/util/ed_util.c
+++ b/source/blender/editors/util/ed_util.c
@@ -149,7 +149,7 @@ void apply_keyb_grid(int shift, int ctrl, float *val, float fac1, float fac2, fl
}
}
-
+#if 0 /* UNUSED */
int GetButStringLength(const char *str)
{
int rt;
@@ -158,7 +158,7 @@ int GetButStringLength(const char *str)
return rt + 15;
}
-
+#endif
void unpack_menu(bContext *C, const char *opname, const char *id_name, const char *abs_name, const char *folder, struct PackedFile *pf)
{