X-Git-Url: https://git.dogcows.com/gitweb?p=chaz%2Fyoink;a=blobdiff_plain;f=src%2FMoof%2FDispatch.hh;h=031f77d0bc65507aee31bfdff50afd4d0f057050;hp=4483f99cca0177815d783705872162a00fc468a0;hb=a295f8def17036c8071b56e181364f99a377cae7;hpb=b357615aba1dbde81e3c6999366604e6001010a7 diff --git a/src/Moof/Dispatch.hh b/src/Moof/Dispatch.hh index 4483f99..031f77d 100644 --- a/src/Moof/Dispatch.hh +++ b/src/Moof/Dispatch.hh @@ -109,9 +109,6 @@ public: Dispatch(); - // create and/or get a global instance - static Dispatch& getInstance(); - Handler addHandler(const std::string& event, const Function& callback); Handler addHandler(const std::string& event, const Function& callback, Handler handler);