purge the nasty hooks \o/
[platal.git] / include / xnet / globals.inc.php
index e1863d1..e661de0 100644 (file)
@@ -31,11 +31,9 @@ class XnetGlobals extends PlatalGlobals
     function init()
     {
         global $globals;
-        require_once('xorg/hook.inc.php');
 
         $globals       = new XnetGlobals;
         $globals->core = new CoreConfig;
-        $globals->hook = new XOrgHook();
 
         $globals->read_config();