Defriend VideoContext and AudioProvider

Originally committed to SVN as r5691.
This commit is contained in:
Thomas Goyne 2011-09-30 20:41:33 +00:00
parent ea2525cd00
commit bdcc2ec170

View file

@ -53,7 +53,6 @@
#include <libaegisub/vfr.h> #include <libaegisub/vfr.h>
class AegiVideoFrame; class AegiVideoFrame;
class AudioProvider;
class SubtitlesProviderErrorEvent; class SubtitlesProviderErrorEvent;
class ThreadedFrameSource; class ThreadedFrameSource;
class VideoProvider; class VideoProvider;
@ -70,8 +69,6 @@ namespace agi {
/// ///
/// DOCME /// DOCME
class VideoContext : public wxEvtHandler { class VideoContext : public wxEvtHandler {
friend class AudioProvider;
/// Current frame number changed (new frame number) /// Current frame number changed (new frame number)
agi::signal::Signal<int> Seek; agi::signal::Signal<int> Seek;
/// A new video was opened /// A new video was opened