diff options
author | Loren Shih <seraph@lindenlab.com> | 2009-11-19 13:13:33 -0500 |
---|---|---|
committer | Loren Shih <seraph@lindenlab.com> | 2009-11-19 13:13:33 -0500 |
commit | 420661de5dd11da99c10133ee6ecd13765038050 (patch) | |
tree | 4b517bfd767793850592e3ef79127411e448953b /indra/llui/lldockablefloater.h | |
parent | d974ad39347e75241f8b6ccc9fce8caf835c453e (diff) | |
parent | 3e46ee6274d04d91657da92953b167fe94eb7f59 (diff) |
merge
Diffstat (limited to 'indra/llui/lldockablefloater.h')
-rw-r--r-- | indra/llui/lldockablefloater.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/indra/llui/lldockablefloater.h b/indra/llui/lldockablefloater.h index e5f94dca91..46491d8a29 100644 --- a/indra/llui/lldockablefloater.h +++ b/indra/llui/lldockablefloater.h @@ -65,7 +65,6 @@ public: /* virtula */BOOL postBuild(); /* virtual */void setDocked(bool docked, bool pop_on_undock = true); /* virtual */void draw(); - /* virtual */void reshape(S32 width, S32 height, BOOL called_from_parent = TRUE); /** * If descendant class overrides setVisible() then it must still invoke its |