Removed an obselete constant
This commit is contained in:
parent
89ce4c94f0
commit
57d73eca1e
2 changed files with 1 additions and 10 deletions
|
|
@ -36,9 +36,7 @@ using namespace util;
|
|||
namespace gui {
|
||||
namespace widgets {
|
||||
namespace timeline {
|
||||
|
||||
const int TimelineLayoutHelper::AnimationTimeout = 20; // 20ms
|
||||
|
||||
|
||||
TimelineLayoutHelper::TimelineLayoutHelper(TimelineWidget &owner) :
|
||||
timelineWidget(owner),
|
||||
totalHeight(0),
|
||||
|
|
|
|||
|
|
@ -240,13 +240,6 @@ protected:
|
|||
* @see on_animation_tick()
|
||||
**/
|
||||
bool is_animating;
|
||||
|
||||
protected:
|
||||
|
||||
/**
|
||||
* The frequencey of animation timer ticks in milliseconds.
|
||||
**/
|
||||
static const int AnimationTimeout;
|
||||
};
|
||||
|
||||
} // namespace timeline
|
||||
|
|
|
|||
Loading…
Reference in a new issue