diff options
author | Vadim ProductEngine <vsavchuk@productengine.com> | 2010-12-11 17:24:39 +0200 |
---|---|---|
committer | Vadim ProductEngine <vsavchuk@productengine.com> | 2010-12-11 17:24:39 +0200 |
commit | 1d686283a467808eda2d7bd8a2c109d4924151f2 (patch) | |
tree | 1e2383ae6778abb5f53a0a49645f3470921dfca3 /indra/newview/llscreenchannel.h | |
parent | e27bcbe0d20c87556b0bcb1e3feaaea6544d3e16 (diff) |
STORM-391 WIP Removed unused methods.
Diffstat (limited to 'indra/newview/llscreenchannel.h')
-rw-r--r-- | indra/newview/llscreenchannel.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/indra/newview/llscreenchannel.h b/indra/newview/llscreenchannel.h index 023a65d872..c536a21779 100644 --- a/indra/newview/llscreenchannel.h +++ b/indra/newview/llscreenchannel.h @@ -81,9 +81,6 @@ public: // show all toasts in a channel virtual void redrawToasts() {}; - virtual void closeOverflowToastPanel() {}; - virtual void hideOverflowToastPanel() {}; - // Channel's behavior-functions // set whether a channel will control hovering inside itself or not |