OPENGL: Cleanup.

svn-id: r53434
This commit is contained in:
Johannes Schickel 2010-10-13 15:42:33 +00:00
parent a2b96a2516
commit 1769b520aa
2 changed files with 2 additions and 2 deletions

View file

@ -52,7 +52,7 @@
* And, it should also initialize all the managers variables
* declared in this class, or override their related functions.
*/
class ModularBackend : public OSystem, public virtual Common::EventSource {
class ModularBackend : public OSystem {
public:
ModularBackend();
virtual ~ModularBackend();