X-Git-Url: https://git.dogcows.com/gitweb?p=chaz%2Fyoink;a=blobdiff_plain;f=src%2FMoof%2FVideo.hh;h=193274f5fb5b7a82cee5611eb62d1e3bacc4c338;hp=736832f09d0277edb4da88e1a393e327dd934d63;hb=8a1acac01b444dccf8b57cedf08392ada2e473c1;hpb=bffc879fc8ee8167bb123310d39fad4e2f426ffd diff --git a/src/Moof/Video.hh b/src/Moof/Video.hh index 736832f..193274f 100644 --- a/src/Moof/Video.hh +++ b/src/Moof/Video.hh @@ -35,8 +35,6 @@ #include -#include - namespace Mf { @@ -84,7 +82,7 @@ public: Video(); explicit Video(const Attributes& attribs); - explicit Video(const std::string& caption, const std::string& icon); + Video(const std::string& caption, const std::string& icon); ~Video(); void setVideoMode(const long mode[3]); @@ -118,18 +116,6 @@ public: int getWidth() const; int getHeight() const; - - struct Exception : public Mf::Exception - { - explicit Exception(unsigned error) : - Mf::Exception(error) {} - - void raise() - { - throw *this; - } - }; - private: void init(const Attributes& attribs);