remove duplicate variable

Originally committed to SVN as r2881.
This commit is contained in:
Karl Blomster 2009-04-29 17:42:48 +00:00
parent 1b2d26c231
commit aacf2e4c19
2 changed files with 0 additions and 2 deletions

View File

@ -52,7 +52,6 @@ FFmpegSourceAudioProvider::FFmpegSourceAudioProvider(Aegisub::String filename) {
MsgString = _T("FFmpegSource audio provider: ");
AudioSource = NULL;
Index = NULL;
try {
LoadAudio(filename);

View File

@ -46,7 +46,6 @@
class FFmpegSourceAudioProvider : public AudioProvider, FFmpegSourceProvider {
private:
AudioBase *AudioSource;
FrameIndex *Index;
char FFMSErrMsg[1024];
unsigned MsgSize;