]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - src/modules/m_spanningtree/timesynctimer.h
This should probably be tested, but makes a whole lot more sense like this (users...
[user/henk/code/inspircd.git] / src / modules / m_spanningtree / timesynctimer.h
index 7964c98d96e1a0bf4d8783033c0808bd1b8a73d7..3f97255b33d04216e66d10132793d6309b934e8b 100644 (file)
@@ -24,16 +24,6 @@ class InspIRCd;
  * Timer is only one-shot however, so at the end of each Tick() we simply
  * insert another of ourselves into the pending queue :)
  */
-class TimeSyncTimer : public Timer
-{
- private:
-       InspIRCd *Instance;
-       ModuleSpanningTree *Module;
- public:
-       TimeSyncTimer(InspIRCd *Instance, ModuleSpanningTree *Mod);
-       virtual void Tick(time_t TIME);
-};
-
 class CacheRefreshTimer : public Timer
 {
  private: