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