]> Dogcows Code - chaz/yoink/blobdiff - src/Moof/Video.hh
big batch of changes
[chaz/yoink] / src / Moof / Video.hh
index 736832f09d0277edb4da88e1a393e327dd934d63..193274f5fb5b7a82cee5611eb62d1e3bacc4c338 100644 (file)
@@ -35,8 +35,6 @@
 
 #include <SDL/SDL.h>
 
-#include <Moof/Exception.hh>
-
 
 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);
This page took 0.017507 seconds and 4 git commands to generate.