From 04737fb0e842da8b7457a48df9f8544781ad2d51 Mon Sep 17 00:00:00 2001 From: Inusaito Sayori Date: Wed, 28 May 2014 22:59:52 -0400 Subject: [PATCH] [UI Overhaul] Missed this in c640585 --- indra/llui/llmenugl.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/indra/llui/llmenugl.h b/indra/llui/llmenugl.h index 943a1ca23..ebf451ac4 100644 --- a/indra/llui/llmenugl.h +++ b/indra/llui/llmenugl.h @@ -587,11 +587,9 @@ protected: void cleanupSpilloverBranch(); // Add the menu item to this menu. virtual BOOL append( LLMenuItemGL* item ); - BOOL append(LLMenuItemGL* item, LLView* insert_before); // add a menu - this will create a cascading menu virtual BOOL appendMenu( LLMenuGL* menu ); - BOOL appendMenu(LLMenuGL* menu, LLView* insert_before); // TODO: create accessor methods for these? typedef std::list< LLMenuItemGL* > item_list_t;