From 09a3fda9accc3e53a1f18066844ee25b1199ff3f Mon Sep 17 00:00:00 2001 From: Max Goodman Date: Thu, 10 Nov 2011 11:57:51 -0800 Subject: [PATCH] Remove unused text_with_js util. --- r2/r2/templates/redditheader.compact | 2 +- r2/r2/templates/redditheader.mobile | 2 +- r2/r2/templates/utils.html | 13 ------------- 3 files changed, 2 insertions(+), 15 deletions(-) diff --git a/r2/r2/templates/redditheader.compact b/r2/r2/templates/redditheader.compact index 3d4af14a6..cc9d8471f 100644 --- a/r2/r2/templates/redditheader.compact +++ b/r2/r2/templates/redditheader.compact @@ -24,7 +24,7 @@ from r2.models.subreddit import DefaultSR %> -<%namespace file="utils.html" import="plain_link, text_with_js, img_link, separator, logout"/> +<%namespace file="utils.html" import="plain_link, img_link, separator, logout"/> <% from r2.lib.menus import PageNameNav diff --git a/r2/r2/templates/redditheader.mobile b/r2/r2/templates/redditheader.mobile index 5460fc898..7e3213d5c 100644 --- a/r2/r2/templates/redditheader.mobile +++ b/r2/r2/templates/redditheader.mobile @@ -24,7 +24,7 @@ from r2.lib.template_helpers import static from r2.models import Sub, FakeSubreddit %> -<%namespace file="utils.html" import="plain_link, text_with_js, img_link, separator"/> +<%namespace file="utils.html" import="plain_link, img_link, separator"/>