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:
authorJoshua Leung <aligorith@gmail.com>2008-11-28 07:01:35 +0300
committerJoshua Leung <aligorith@gmail.com>2008-11-28 07:01:35 +0300
commitc8098f953d5f6fa18a00d49d0577a72706b43b89 (patch)
tree9e447b71098f09e3a07dae175112f81690a0d42c /source/blender/makesdna/DNA_space_types.h
parentd6769d513e94a5552968f1ed79520e755183ca5d (diff)
View2D - Commented and finished off cleaning up code added so far
Diffstat (limited to 'source/blender/makesdna/DNA_space_types.h')
-rw-r--r--source/blender/makesdna/DNA_space_types.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/source/blender/makesdna/DNA_space_types.h b/source/blender/makesdna/DNA_space_types.h
index d1eff908c86..9fd4770c977 100644
--- a/source/blender/makesdna/DNA_space_types.h
+++ b/source/blender/makesdna/DNA_space_types.h
@@ -471,9 +471,6 @@ typedef struct SpaceImaSel {
#define MOVIEFILE_ICON 1024 /* movie file that preview can't load */
#define FOLDERFILE 2048 /* represents folders for filtering */
-#define SCROLLH 16 /* height scrollbar */
-#define SCROLLB 16 /* width scrollbar */
-
/* SpaceImage->mode */
#define SI_TEXTURE 0
#define SI_SHOW 1