Skip to content

Commit

Permalink
Removed useless variables.
Browse files Browse the repository at this point in the history
  • Loading branch information
ggarra13 committed May 21, 2023
1 parent 522b70f commit 16b1c5f
Showing 1 changed file with 1 addition and 15 deletions.
16 changes: 1 addition & 15 deletions mrv2/lib/mrvFl/mrvTimelinePlayer.h
Original file line number Diff line number Diff line change
Expand Up @@ -271,7 +271,7 @@ namespace mrv
//! This signal is emitted when the video is changed.
void currentVideoChanged(const tl::timeline::VideoData&);

//! This signal is emitted when the video is changed.
//! This signal is emitted when the audio is changed.
void
currentAudioChanged(const std::vector<timeline::AudioData>& value){};

Expand Down Expand Up @@ -353,20 +353,6 @@ namespace mrv
static void timerEvent_cb(void* d);

private:
double m_defaultSpeed;
double m_speed;
tl::timeline::Playback m_playback;
tl::timeline::Loop m_loop;
otime::RationalTime m_currentTime;
otime::TimeRange m_inOutRange;
int m_videoLayer;
tl::timeline::VideoData m_video;
float m_volume;
bool m_mute;
double m_audioOffset;
otime::RationalTime m_cacheReadAhead;
otime::RationalTime m_cacheReadBehind;
float m_cachePercentage;
TimelineViewport* timelineViewport = nullptr;
TimelineViewport* secondaryViewport = nullptr;

Expand Down

0 comments on commit 16b1c5f

Please sign in to comment.