remove a few old TODOs

This commit is contained in:
John Bintz 2010-02-04 22:37:57 -05:00
parent a209b4a184
commit 28e27f92d5
2 changed files with 0 additions and 3 deletions

View File

@ -1,7 +1,5 @@
<?php
// TODO Be able to disable backends
class ComicPressAdmin {
// @codeCoverageIgnoreStart
/**

View File

@ -103,7 +103,6 @@ class ComicPressTagBuilder {
return new ComicPressComicPost($post);
}
// TODO categories (SC and SL)
// TODO filtered versions of template tags
public function __call($method, $arguments) {
$ok = false;