diff options
author | Merov Linden <merov@lindenlab.com> | 2014-01-30 18:53:05 -0800 |
---|---|---|
committer | Merov Linden <merov@lindenlab.com> | 2014-01-30 18:53:05 -0800 |
commit | e970fa7f1ce9190b8a26e72bebbcceed04fb7494 (patch) | |
tree | e59c616660b9ce7e0c9fad5384d37422438fbf61 /indra/newview/llfloatersnapshot.h | |
parent | c7c755b82e736050a514792a4c4bbdee9bf981d3 (diff) |
ACME-1293 : Use notification to signal from the snapshot panel to its container rather than grabbing global instances, use unique control_name for widgets, fix Post button visibility on Twitter
Diffstat (limited to 'indra/newview/llfloatersnapshot.h')
-rwxr-xr-x | indra/newview/llfloatersnapshot.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/indra/newview/llfloatersnapshot.h b/indra/newview/llfloatersnapshot.h index 82af8c7a9d..3a279c194d 100755 --- a/indra/newview/llfloatersnapshot.h +++ b/indra/newview/llfloatersnapshot.h @@ -58,8 +58,6 @@ public: static LLFloaterSnapshot* getInstance(); static void saveTexture(); static BOOL saveLocal(); - static void preUpdate(); - static void postUpdate(); static void postSave(); static void postPanelSwitch(); static LLPointer<LLImageFormatted> getImageData(); |