diff options
Diffstat (limited to '')
-rw-r--r-- | linden/indra/newview/llprefsadvanced.h | 22 |
1 files changed, 1 insertions, 21 deletions
diff --git a/linden/indra/newview/llprefsadvanced.h b/linden/indra/newview/llprefsadvanced.h index 6a15fba..84a7854 100644 --- a/linden/indra/newview/llprefsadvanced.h +++ b/linden/indra/newview/llprefsadvanced.h | |||
@@ -34,25 +34,6 @@ | |||
34 | #include "llpanel.h" | 34 | #include "llpanel.h" |
35 | #include "llviewerinventory.h" | 35 | #include "llviewerinventory.h" |
36 | 36 | ||
37 | class JCInvDropTarget : public LLView | ||
38 | { | ||
39 | public: | ||
40 | JCInvDropTarget(const std::string& name, const LLRect& rect, void (*callback)(LLViewerInventoryItem*)); | ||
41 | ~JCInvDropTarget(); | ||
42 | |||
43 | void doDrop(EDragAndDropType cargo_type, void* cargo_data); | ||
44 | |||
45 | // | ||
46 | // LLView functionality | ||
47 | virtual BOOL handleDragAndDrop(S32 x, S32 y, MASK mask, BOOL drop, | ||
48 | EDragAndDropType cargo_type, | ||
49 | void* cargo_data, | ||
50 | EAcceptance* accept, | ||
51 | std::string& tooltip_msg); | ||
52 | protected: | ||
53 | void (*mDownCallback)(LLViewerInventoryItem*); | ||
54 | }; | ||
55 | |||
56 | class LLPrefsAdvanced : public LLPanel | 37 | class LLPrefsAdvanced : public LLPanel |
57 | { | 38 | { |
58 | public: | 39 | public: |
@@ -70,11 +51,10 @@ private: | |||
70 | 51 | ||
71 | static void onCommitCheckBox(LLUICtrl* ctrl, void* user_data); | 52 | static void onCommitCheckBox(LLUICtrl* ctrl, void* user_data); |
72 | static void onClickResetPrefs(void* user_data); | 53 | static void onClickResetPrefs(void* user_data); |
54 | static void onClickCommandLine(void* data); | ||
73 | 55 | ||
74 | static bool callbackReset(const LLSD& notification, const LLSD& response, LLPrefsAdvanced *self); | 56 | static bool callbackReset(const LLSD& notification, const LLSD& response, LLPrefsAdvanced *self); |
75 | 57 | ||
76 | static void onCommitApplyControl(LLUICtrl* caller, void* user_data); | ||
77 | |||
78 | static void onSpellAdd(void* data); | 58 | static void onSpellAdd(void* data); |
79 | static void onSpellRemove(void* data); | 59 | static void onSpellRemove(void* data); |
80 | static void onSpellGetMore(void* data); | 60 | static void onSpellGetMore(void* data); |