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:
authorMatt Ebb <matt@mke3.net>2009-06-02 12:08:41 +0400
committerMatt Ebb <matt@mke3.net>2009-06-02 12:08:41 +0400
commitad545fd9f6d0b6d8fd8aa3ba1e0a6f29a5a284cc (patch)
tree164b8b0a5d93b994afc34811335c86dca1a04591 /source/blender/editors/space_buttons/buttons_intern.h
parenta117731aa23c25d699c405325c7bb7ac5680a5e7 (diff)
Wrapped buttons window in RNA
Diffstat (limited to 'source/blender/editors/space_buttons/buttons_intern.h')
-rw-r--r--source/blender/editors/space_buttons/buttons_intern.h13
1 files changed, 0 insertions, 13 deletions
diff --git a/source/blender/editors/space_buttons/buttons_intern.h b/source/blender/editors/space_buttons/buttons_intern.h
index 6050b4f0562..9d49a1eeaab 100644
--- a/source/blender/editors/space_buttons/buttons_intern.h
+++ b/source/blender/editors/space_buttons/buttons_intern.h
@@ -32,19 +32,6 @@ struct ARegion;
struct ARegionType;
struct bContext;
-/* warning: the values of these defines are used in sbuts->tabs[8] */
-/* buts->mainb new */
-#define BCONTEXT_SCENE 0
-#define BCONTEXT_WORLD 1
-#define BCONTEXT_OBJECT 2
-#define BCONTEXT_DATA 3
-#define BCONTEXT_MATERIAL 4
-#define BCONTEXT_TEXTURE 5
-#define BCONTEXT_PARTICLE 6
-#define BCONTEXT_PHYSICS 7
-#define BCONTEXT_GAME 8
-#define BCONTEXT_BONE 9
-#define BCONTEXT_MODIFIER 10
/* buts->scaflag */
#define BUTS_SENS_SEL 1