Skip to content

Commit

Permalink
Remove an unused field. Coverity 1023899
Browse files Browse the repository at this point in the history
  • Loading branch information
stichnot committed May 30, 2013
1 parent 2dccff7 commit b5c1a6b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion mythtv/libs/libmythtv/DVD/dvdringbuffer.h
Expand Up @@ -194,7 +194,6 @@ class MTV_PUBLIC DVDRingBuffer : public RingBuffer
int m_curAudioTrack;
int8_t m_curSubtitleTrack;
bool m_autoselectsubtitle;
long long m_seekpos;
const char *m_dvdname;
const char *m_serialnumber;
bool m_seeking;
Expand Down

0 comments on commit b5c1a6b

Please sign in to comment.