summaryrefslogtreecommitdiff
path: root/indra/newview/lltoastpanel.h
diff options
context:
space:
mode:
authorRichard Linden <none@none>2012-05-18 13:20:57 -0700
committerRichard Linden <none@none>2012-05-18 13:20:57 -0700
commit7251f780ff5ecf1c804e1d198bbeb015290c919a (patch)
tree9233b76afd84f861a81133d0821f0e57006e6417 /indra/newview/lltoastpanel.h
parenta572f31ffb79ddfd61bcbb4b6fcb79bfa796d191 (diff)
parent296e55c1b323c05b6544b69ace04afe19102396b (diff)
Automated merge with ssh://hg.lindenlab.com/richard/viewer-chui
Diffstat (limited to 'indra/newview/lltoastpanel.h')
-rw-r--r--indra/newview/lltoastpanel.h8
1 files changed, 1 insertions, 7 deletions
diff --git a/indra/newview/lltoastpanel.h b/indra/newview/lltoastpanel.h
index 346e014d73..c22557206b 100644
--- a/indra/newview/lltoastpanel.h
+++ b/indra/newview/lltoastpanel.h
@@ -33,19 +33,13 @@
#include <string>
-class LLToastPanelBase: public LLPanel
-{
-public:
- virtual void init(LLSD& data){};
-};
-
/**
* Base class for all panels that can be added to the toast.
* All toast panels should contain necessary logic for representing certain notification
* but shouldn't contain logic related to this panel lifetime control and positioning
* on the parent view.
*/
-class LLToastPanel: public LLPanel {
+class LLToastPanel : public LLPanel {
public:
LLToastPanel(const LLNotificationPtr&);
virtual ~LLToastPanel() = 0;