more simplifications: we don't need the temp_* mechanism at all.
[platal.git] / include / platal / page.inc.php
index ccc94d8..d37f4df 100644 (file)
@@ -62,8 +62,6 @@ class PlatalPage extends Smarty
         $this->register_prefilter('at_to_globals');
         $this->register_prefilter('trimwhitespace');
         $this->addJsLink('javascript/xorg.js');
-
-        $this->doAuth();
     }
 
     // }}}
@@ -202,11 +200,6 @@ class PlatalPage extends Smarty
     }
 
     // }}}
-    // {{{ function doAuth()
-
-    function doAuth() { }
-
-    // }}}
     // {{{ function loadModule()
 
     function loadModule($modname)