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:
Diffstat (limited to 'source/blender/src/toolbox.c')
-rw-r--r--source/blender/src/toolbox.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/source/blender/src/toolbox.c b/source/blender/src/toolbox.c
index 6fc1941c817..b99535119fa 100644
--- a/source/blender/src/toolbox.c
+++ b/source/blender/src/toolbox.c
@@ -105,7 +105,6 @@
#include "BDR_editmball.h"
#include "BSE_editipo.h"
-#include "BSE_buttons.h"
#include "BSE_filesel.h"
#include "BSE_edit.h"
#include "BSE_headerbuttons.h"
@@ -1494,9 +1493,6 @@ void clever_numbuts(void)
else if(curarea->spacetype==SPACE_IMASEL) {
clever_numbuts_imasel();
}
- else if(curarea->spacetype==SPACE_BUTS){
- clever_numbuts_buts();
- }
else if(curarea->spacetype==SPACE_OOPS) {
clever_numbuts_oops();
}