aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra/newview/llviewergesture.h
diff options
context:
space:
mode:
Diffstat (limited to 'linden/indra/newview/llviewergesture.h')
-rw-r--r--linden/indra/newview/llviewergesture.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/linden/indra/newview/llviewergesture.h b/linden/indra/newview/llviewergesture.h
index 8d2e24f..5f6b795 100644
--- a/linden/indra/newview/llviewergesture.h
+++ b/linden/indra/newview/llviewergesture.h
@@ -4,6 +4,7 @@
4 * 4 *
5 * Copyright (c) 2002-2007, Linden Research, Inc. 5 * Copyright (c) 2002-2007, Linden Research, Inc.
6 * 6 *
7 * Second Life Viewer Source Code
7 * The source code in this file ("Source Code") is provided by Linden Lab 8 * The source code in this file ("Source Code") is provided by Linden Lab
8 * to you under the terms of the GNU General Public License, version 2.0 9 * to you under the terms of the GNU General Public License, version 2.0
9 * ("GPL"), unless you have obtained a separate licensing agreement 10 * ("GPL"), unless you have obtained a separate licensing agreement
@@ -64,7 +65,6 @@ class LLViewerGestureList : public LLGestureList
64public: 65public:
65 LLViewerGestureList(); 66 LLViewerGestureList();
66 67
67 void saveToServer();
68 //void requestFromServer(); 68 //void requestFromServer();
69 BOOL getIsLoaded() { return mIsLoaded; } 69 BOOL getIsLoaded() { return mIsLoaded; }
70 70
@@ -76,7 +76,6 @@ public:
76 BOOL matchPrefix(const std::string& in_str, std::string* out_str); 76 BOOL matchPrefix(const std::string& in_str, std::string* out_str);
77 77
78 static void xferCallback(void *data, S32 size, void** /*user_data*/, S32 status); 78 static void xferCallback(void *data, S32 size, void** /*user_data*/, S32 status);
79 static void processGestureUpdate(LLMessageSystem *msg, void** /*user_data*/);
80 79
81protected: 80protected:
82 LLGesture *create_gesture(U8 **buffer, S32 max_size); 81 LLGesture *create_gesture(U8 **buffer, S32 max_size);