diff options
author | Merov Linden <merov@lindenlab.com> | 2014-05-19 21:43:42 -0700 |
---|---|---|
committer | Merov Linden <merov@lindenlab.com> | 2014-05-19 21:43:42 -0700 |
commit | 51865f4e94885471dba0402b33f0b11b72bbdb30 (patch) | |
tree | 3097df858573468d674ad5e4dee0e795cd498bc8 /indra/newview/llsnapshotlivepreview.h | |
parent | 3eb53f5426a710b0403a84bd6849fe48553194eb (diff) | |
parent | 644ca6a0f8a7759119814f88df93b8e838321a12 (diff) |
Pull merge from lindenlab/viewer-release
Diffstat (limited to 'indra/newview/llsnapshotlivepreview.h')
-rw-r--r-- | indra/newview/llsnapshotlivepreview.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/indra/newview/llsnapshotlivepreview.h b/indra/newview/llsnapshotlivepreview.h index 7e19f77e26..e1937187a3 100644 --- a/indra/newview/llsnapshotlivepreview.h +++ b/indra/newview/llsnapshotlivepreview.h @@ -107,7 +107,6 @@ public: void setFilter(std::string filter_name) { mFilterName = filter_name; } std::string getFilter() const { return mFilterName; } void updateSnapshot(BOOL new_snapshot, BOOL new_thumbnail = FALSE, F32 delay = 0.f); - void saveWeb(); void saveTexture(); BOOL saveLocal(); @@ -129,9 +128,6 @@ public: // Returns TRUE when snapshot generated, FALSE otherwise. static BOOL onIdle( void* snapshot_preview ); - // callback for region name resolve - void regionNameCallback(LLImageJPEG* snapshot, LLSD& metadata, const std::string& name, S32 x, S32 y, S32 z); - private: LLView* mViewContainer; |