diff options
Diffstat (limited to 'linden/indra/newview/llviewermenu.h')
-rw-r--r-- | linden/indra/newview/llviewermenu.h | 29 |
1 files changed, 0 insertions, 29 deletions
diff --git a/linden/indra/newview/llviewermenu.h b/linden/indra/newview/llviewermenu.h index ac2a57a..c223a3a 100644 --- a/linden/indra/newview/llviewermenu.h +++ b/linden/indra/newview/llviewermenu.h | |||
@@ -29,8 +29,6 @@ | |||
29 | #ifndef LL_LLVIEWERMENU_H | 29 | #ifndef LL_LLVIEWERMENU_H |
30 | #define LL_LLVIEWERMENU_H | 30 | #define LL_LLVIEWERMENU_H |
31 | 31 | ||
32 | #include "llassetstorage.h" | ||
33 | #include "llinventory.h" | ||
34 | #include "llmenugl.h" | 32 | #include "llmenugl.h" |
35 | 33 | ||
36 | //newview includes | 34 | //newview includes |
@@ -41,14 +39,6 @@ class LLView; | |||
41 | class LLParcelSelection; | 39 | class LLParcelSelection; |
42 | class LLObjectSelection; | 40 | class LLObjectSelection; |
43 | 41 | ||
44 | struct LLResourceData | ||
45 | { | ||
46 | LLAssetInfo mAssetInfo; | ||
47 | LLAssetType::EType mPreferredLocation; | ||
48 | LLInventoryType::EType mInventoryType; | ||
49 | U32 mNextOwnerPerm; | ||
50 | void *mUserData; | ||
51 | }; | ||
52 | 42 | ||
53 | void pre_init_menus(); | 43 | void pre_init_menus(); |
54 | void init_menus(); | 44 | void init_menus(); |
@@ -114,25 +104,6 @@ bool handle_give_money_dialog(); | |||
114 | bool handle_object_open(); | 104 | bool handle_object_open(); |
115 | bool handle_go_to(); | 105 | bool handle_go_to(); |
116 | 106 | ||
117 | void upload_new_resource(const LLString& src_filename, std::string name, | ||
118 | std::string desc, S32 compression_info, | ||
119 | LLAssetType::EType destination_folder_type, | ||
120 | LLInventoryType::EType inv_type, | ||
121 | U32 next_owner_perm = PERM_NONE, | ||
122 | const LLString& display_name = LLString::null, | ||
123 | LLAssetStorage::LLStoreAssetCallback callback = NULL, | ||
124 | void *userdata = NULL); | ||
125 | |||
126 | void upload_new_resource(const LLTransactionID &tid, LLAssetType::EType type, | ||
127 | std::string name, | ||
128 | std::string desc, S32 compression_info, | ||
129 | LLAssetType::EType destination_folder_type, | ||
130 | LLInventoryType::EType inv_type, | ||
131 | U32 next_owner_perm = PERM_NONE, | ||
132 | const LLString& display_name = LLString::null, | ||
133 | LLAssetStorage::LLStoreAssetCallback callback = NULL, | ||
134 | void *userdata = NULL); | ||
135 | |||
136 | // Export to XML or Collada | 107 | // Export to XML or Collada |
137 | void handle_export_selected( void * ); | 108 | void handle_export_selected( void * ); |
138 | 109 | ||