From 9aceda3afc70eba20fa236c46c050b1e63ca07ca Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Tue, 21 Aug 2012 14:37:43 +0400 Subject: remove hook-based plugins --- classes/plugin.php | 21 --------------------- 1 file changed, 21 deletions(-) delete mode 100644 classes/plugin.php (limited to 'classes/plugin.php') diff --git a/classes/plugin.php b/classes/plugin.php deleted file mode 100644 index b96874a20..000000000 --- a/classes/plugin.php +++ /dev/null @@ -1,21 +0,0 @@ -link = $link; - $this->handler = $handler; - $this->initialize(); - } - - function initialize() { - - - } - - function add_listener($hook) { - $this->handler->add_listener($hook, $this); - } -} -?> -- cgit v1.2.3