X-Git-Url: https://git.cielonegro.org/gitweb.cgi?a=blobdiff_plain;f=Rakka%2FEnvironment.hs;fp=Rakka%2FEnvironment.hs;h=2de28b2ce2bf8df28106d664b0bd4abde30f742e;hb=HEAD;hp=c526c892dd771b1c179ad639e374361c9624b411;hpb=42f51754dea02201aececaacbf194d714cd58aaf;p=Rakka.git diff --git a/Rakka/Environment.hs b/Rakka/Environment.hs index c526c89..2de28b2 100644 --- a/Rakka/Environment.hs +++ b/Rakka/Environment.hs @@ -21,7 +21,6 @@ import Rakka.Wiki.Interpreter import qualified Rakka.Wiki.Interpreter.Base as Base import qualified Rakka.Wiki.Interpreter.Image as Image import qualified Rakka.Wiki.Interpreter.PageList as PageList ---import qualified Rakka.Wiki.Interpreter.Trackback as Trackback import qualified Rakka.Wiki.Interpreter.Outline as Outline import Subversion.Repository import System.Directory @@ -88,7 +87,6 @@ mkInterpTable = listToTable $ concat [ Base.interpreters , Image.interpreters , PageList.interpreters - --, Trackback.interpreters , Outline.interpreters ] where