]> Dogcows Code - chaz/yoink/blobdiff - src/Moof/Dispatch.cc
dispatch class not a singleton, engine is static
[chaz/yoink] / src / Moof / Dispatch.cc
index 17f8f172803901513733b4fc8905b9717848ab1e..b05ff9c9a74355529828094e4ad276eba16cc036 100644 (file)
@@ -121,15 +121,6 @@ Dispatch::Handler::~Handler()
 Dispatch::Dispatch() :
        mImpl(new Dispatch::Impl) {}
 
-Dispatch::~Dispatch() {}
-
-
-Dispatch& Dispatch::getInstance()
-{
-       static Dispatch dispatch;
-       return dispatch;
-}
-
 
 Dispatch::Handler Dispatch::addHandler(const std::string& event,
                const Function& callback)
This page took 0.016091 seconds and 4 git commands to generate.