diff options
Diffstat (limited to '')
-rw-r--r-- | linden/indra/newview/llviewerassetstorage.h | 2 |
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; | |||
37 | class LLViewerAssetStorage : public LLAssetStorage | 37 | class LLViewerAssetStorage : public LLAssetStorage |
38 | { | 38 | { |
39 | public: | 39 | public: |
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 | ||