From 8c03e8b0b3ef76146fc55cbf2e49ce2a35905806 Mon Sep 17 00:00:00 2001
From: Evan Prodromou <evan@status.net>
Date: Tue, 1 Mar 2011 15:59:01 -0500
Subject: [PATCH] use default local nav for allaction

---
 actions/all.php | 6 ------
 1 file changed, 6 deletions(-)

diff --git a/actions/all.php b/actions/all.php
index dc08592faf..896c63c7d9 100644
--- a/actions/all.php
+++ b/actions/all.php
@@ -127,12 +127,6 @@ class AllAction extends ProfileAction
         );
     }
 
-    function showLocalNav()
-    {
-        $nav = new PersonalGroupNav($this);
-        $nav->show();
-    }
-
     function showEmptyListMessage()
     {
         // TRANS: Empty list message. %s is a user nickname.
-- 
2.39.5