aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra/newview/llviewermenu.h
diff options
context:
space:
mode:
Diffstat (limited to 'linden/indra/newview/llviewermenu.h')
-rw-r--r--linden/indra/newview/llviewermenu.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/linden/indra/newview/llviewermenu.h b/linden/indra/newview/llviewermenu.h
index c2f880e..c4a88a2 100644
--- a/linden/indra/newview/llviewermenu.h
+++ b/linden/indra/newview/llviewermenu.h
@@ -4,7 +4,7 @@
4 * 4 *
5 * $LicenseInfo:firstyear=2002&license=viewergpl$ 5 * $LicenseInfo:firstyear=2002&license=viewergpl$
6 * 6 *
7 * Copyright (c) 2002-2008, Linden Research, Inc. 7 * Copyright (c) 2002-2009, Linden Research, Inc.
8 * 8 *
9 * Second Life Viewer Source Code 9 * Second Life Viewer Source Code
10 * The source code in this file ("Source Code") is provided by Linden Lab 10 * The source code in this file ("Source Code") is provided by Linden Lab
@@ -50,7 +50,6 @@ void cleanup_menus();
50void show_debug_menus(); // checks for if menus should be shown first. 50void show_debug_menus(); // checks for if menus should be shown first.
51void show_context_menu( S32 x, S32 y, MASK mask ); 51void show_context_menu( S32 x, S32 y, MASK mask );
52void show_build_mode_context_menu(S32 x, S32 y, MASK mask); 52void show_build_mode_context_menu(S32 x, S32 y, MASK mask);
53void load_url_local_file(const std::string& file_name);
54BOOL enable_save_into_inventory(void*); 53BOOL enable_save_into_inventory(void*);
55void handle_reset_view(); 54void handle_reset_view();
56void handle_cut(void*); 55void handle_cut(void*);