]> git.tdb.fi Git - libs/gui.git/blobdiff - source/graphics/glcontext.h
Remove destructor declarations from exception classes
[libs/gui.git] / source / graphics / glcontext.h
index f6357c3cce475513df04dc276a101d79bba42a15..986dd91e9642cb68832a3d5021d9b66cc9ff7d5a 100644 (file)
@@ -34,7 +34,6 @@ class unsupported_gl_mode: public std::runtime_error
 {
 public:
        unsupported_gl_mode(const GLOptions &);
-       virtual ~unsupported_gl_mode() throw () { }
 
 private:
        static std::string format_version(const GLOptions &);