summaryrefslogtreecommitdiff
path: root/indra/newview/llsyswellwindow.h
diff options
context:
space:
mode:
authorKent Quirk <q@lindenlab.com>2009-12-30 21:20:47 -0500
committerKent Quirk <q@lindenlab.com>2009-12-30 21:20:47 -0500
commit6f66ec64b9e360a002a6d658327b72aaaab9325a (patch)
tree8008a09616c54779ad1524d1306946f4fa6d6115 /indra/newview/llsyswellwindow.h
parent99aac097cccb2885b9209a7573226a6048fabd83 (diff)
parente9d799801da4c6c9b8ba3facf7e93bbe9906fe18 (diff)
automated merge PE->viewer2.0
Diffstat (limited to 'indra/newview/llsyswellwindow.h')
-rw-r--r--indra/newview/llsyswellwindow.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/indra/newview/llsyswellwindow.h b/indra/newview/llsyswellwindow.h
index d21d095d1a..833e4dd504 100644
--- a/indra/newview/llsyswellwindow.h
+++ b/indra/newview/llsyswellwindow.h
@@ -62,7 +62,6 @@ public:
bool isWindowEmpty();
// Operating with items
- void clear( void );
void removeItemByID(const LLUUID& id);
// Operating with outfit
@@ -74,7 +73,7 @@ public:
void onStartUpToastClick(S32 x, S32 y, MASK mask);
- void setSysWellChiclet(LLSysWellChiclet* chiclet) { mSysWellChiclet = chiclet; }
+ void setSysWellChiclet(LLSysWellChiclet* chiclet);
// size constants for the window and for its elements
static const S32 MAX_WINDOW_HEIGHT = 200;