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>2010-07-19 15:25:23 +0400
committerJoshua Leung <aligorith@gmail.com>2010-07-19 15:25:23 +0400
commit185036c3ed3d623c580834604deca4beab514e35 (patch)
tree17a78096bcfbb49a764fe8933d511e1b268da9d8 /source/blender/editors/include/ED_screen_types.h
parent51087061767db1329ebe2c45b8640c50cff69dd7 (diff)
Bugfix #22906: Animation Player buttons broke on r30467
Reverting this commit. Seems that only the added parts were tested. I'll look at restoring a similar version of this in future.
Diffstat (limited to 'source/blender/editors/include/ED_screen_types.h')
-rw-r--r--source/blender/editors/include/ED_screen_types.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/source/blender/editors/include/ED_screen_types.h b/source/blender/editors/include/ED_screen_types.h
index f6767aaa07f..c55dafa6f51 100644
--- a/source/blender/editors/include/ED_screen_types.h
+++ b/source/blender/editors/include/ED_screen_types.h
@@ -38,7 +38,6 @@ typedef struct ScreenAnimData {
short refresh;
short flag; /* flags for playback */
int sfra; /* frame that playback was started from */
- double speed_mul; /* speed multiplier */
} ScreenAnimData;
/* for animplayer */