diff options
author | Richard Linden <none@none> | 2010-11-19 19:18:17 -0800 |
---|---|---|
committer | Richard Linden <none@none> | 2010-11-19 19:18:17 -0800 |
commit | ecd8290b3fa7484bb0587c49e8c9b01afcc48c0d (patch) | |
tree | 8ffa5b26cd135f83272fcf23262c3a14c6cea60f /indra/newview/llmediactrl.h | |
parent | db1af5b6cfcadd9f153cecb4d5440c69df2df7f0 (diff) |
SOCIAL-266 WIP HTTP AUTH dialogs no longer work in LLQtWebKit 4.7.1
factored out llwindowshade control for slide-in notifications
Diffstat (limited to 'indra/newview/llmediactrl.h')
-rw-r--r-- | indra/newview/llmediactrl.h | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/indra/newview/llmediactrl.h b/indra/newview/llmediactrl.h index 5b18099c76..efb94fa1c1 100644 --- a/indra/newview/llmediactrl.h +++ b/indra/newview/llmediactrl.h @@ -167,10 +167,6 @@ public: void onVisibilityChange ( const LLSD& new_visibility ); void onPopup(const LLSD& notification, const LLSD& response); void onAuthSubmit(const LLSD& notification, const LLSD& response); - void onCloseNotification(); - void onClickNotificationButton(const std::string& name); - void onEnterNotificationText(LLUICtrl* ctrl, const std::string& name); - void onClickIgnore(LLUICtrl* ctrl); const S32 mTextureDepthBytes; LLUUID mMediaTextureID; @@ -194,8 +190,7 @@ public: S32 mTextureWidth; S32 mTextureHeight; bool mClearCache; - boost::shared_ptr<class LLNotification> mCurNotification; - LLSD mCurNotificationResponse; + class LLWindowShade* mWindowShade; }; #endif // LL_LLMediaCtrl_H |