Defriend VideoContext and AudioProvider
Originally committed to SVN as r5691.
This commit is contained in:
parent
ea2525cd00
commit
bdcc2ec170
1 changed files with 0 additions and 3 deletions
|
@ -53,7 +53,6 @@
|
|||
#include <libaegisub/vfr.h>
|
||||
|
||||
class AegiVideoFrame;
|
||||
class AudioProvider;
|
||||
class SubtitlesProviderErrorEvent;
|
||||
class ThreadedFrameSource;
|
||||
class VideoProvider;
|
||||
|
@ -70,8 +69,6 @@ namespace agi {
|
|||
///
|
||||
/// DOCME
|
||||
class VideoContext : public wxEvtHandler {
|
||||
friend class AudioProvider;
|
||||
|
||||
/// Current frame number changed (new frame number)
|
||||
agi::signal::Signal<int> Seek;
|
||||
/// A new video was opened
|
||||
|
|
Loading…
Reference in a new issue