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>2011-05-11 04:19:13 +0400
committerCampbell Barton <ideasman42@gmail.com>2011-05-11 04:19:13 +0400
commit0f329ebdf19ab7773565b705614c867b01aeadfe (patch)
tree0f85ded4a0d7c2bdf7f87fc3aaf59e74acfc326b /source/blender/editors/util
parentbcdd9d236cfca0e3f68fc80ad5d8967d18350285 (diff)
parentfab1ee1f78cd0cba92053e6b569f0cb6126ca2ca (diff)
svn merge -r36583:36603 https://svn.blender.org/svnroot/bf-blender/trunk/blender
Diffstat (limited to 'source/blender/editors/util')
-rw-r--r--source/blender/editors/util/util_intern.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/source/blender/editors/util/util_intern.h b/source/blender/editors/util/util_intern.h
index 9ecfb07d535..1a82668236d 100644
--- a/source/blender/editors/util/util_intern.h
+++ b/source/blender/editors/util/util_intern.h
@@ -37,7 +37,6 @@
/* internal exports only */
/* editmode_undo.c */
-void undo_editmode_clear(void);
void undo_editmode_name(bContext *C, const char *undoname);
int undo_editmode_valid(const char *undoname);