aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra/newview/llviewerassetstorage.h
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--linden/indra/newview/llviewerassetstorage.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/linden/indra/newview/llviewerassetstorage.h b/linden/indra/newview/llviewerassetstorage.h
index 46840cb..c49820a 100644
--- a/linden/indra/newview/llviewerassetstorage.h
+++ b/linden/indra/newview/llviewerassetstorage.h
@@ -37,8 +37,6 @@ class LLVFile;
37class LLViewerAssetStorage : public LLAssetStorage 37class LLViewerAssetStorage : public LLAssetStorage
38{ 38{
39public: 39public:
40 typedef void (*LLStoreAssetCallback)(const LLUUID &transaction_id, void *user_data, S32 status);
41
42 LLViewerAssetStorage(LLMessageSystem *msg, LLXferManager *xfer, 40 LLViewerAssetStorage(LLMessageSystem *msg, LLXferManager *xfer,
43 LLVFS *vfs, const LLHost &upstream_host); 41 LLVFS *vfs, const LLHost &upstream_host);
44 42