Remove H3 cruft
authorMichael J. Rubinsky <mrubinsk@horde.org>
Mon, 17 May 2010 18:54:32 +0000 (14:54 -0400)
committerMichael J. Rubinsky <mrubinsk@horde.org>
Mon, 17 May 2010 18:54:32 +0000 (14:54 -0400)
mnemo/lib/Application.php

index 1b9f711..a7a00fe 100644 (file)
@@ -98,10 +98,3 @@ class Mnemo_Application extends Horde_Registry_Application
     }
 
 }
-
-// Mnemo libraries.
-require_once MNEMO_BASE . '/lib/Mnemo.php';
-require_once MNEMO_BASE . '/lib/Driver.php';
-
-// Start compression, if requested.
-Horde::compressOutput();