summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2011-02-18 13:11:41 -0600
committerJesse Luehrs <doy@tozt.net>2011-02-18 13:11:41 -0600
commit9d5db6dc0c4e555efded044df1308461ade8a212 (patch)
treea3dcc36a01b1600adf032c5744ebad53f15935f0
parentd13218b10cc75291591e04b7d69fc30ca2dc61a7 (diff)
downloadnarwhal-9d5db6dc0c4e555efded044df1308461ade8a212.tar.gz
narwhal-9d5db6dc0c4e555efded044df1308461ade8a212.zip
remove outdated comment
-rw-r--r--lib/Narwhal.pm1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/Narwhal.pm b/lib/Narwhal.pm
index de2a00a..b78e514 100644
--- a/lib/Narwhal.pm
+++ b/lib/Narwhal.pm
@@ -27,7 +27,6 @@ component WikiEdit => 'Narwhal::Component::Wiki::Edit', (
tt => depends_on('/Component/TT'),
);
-# turn these two into specialized classes later
component TT => 'OX::View::TT', (
template_root => depends_on('/Config/template_root'),
);