mirror of https://github.com/odrling/Aegisub
missed one line when removing the useless stuff
Originally committed to SVN as r2325.
This commit is contained in:
parent
c72cb5f505
commit
02ce1e72df
|
@ -275,10 +275,6 @@ const AegiVideoFrame LAVCVideoProvider::GetFrame(int n,int formatType) {
|
|||
frameNumber++;
|
||||
} while (frameNumber <= n);
|
||||
|
||||
#if 0
|
||||
}
|
||||
#endif
|
||||
|
||||
|
||||
// Get aegisub frame
|
||||
AegiVideoFrame &final = curFrame;
|
||||
|
|
Loading…
Reference in New Issue