X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;f=src%2FMoof%2FDispatch.hh;h=031f77d0bc65507aee31bfdff50afd4d0f057050;hb=4f62ce947db282f0bbf4d49b3aafb83d7cf51adc;hp=4483f99cca0177815d783705872162a00fc468a0;hpb=2d77fb5fb3480f522658f30af6addd5146530517;p=chaz%2Fyoink 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);