diff options
author | Steve Bennetts <steve@lindenlab.com> | 2009-11-18 14:29:39 -0800 |
---|---|---|
committer | Steve Bennetts <steve@lindenlab.com> | 2009-11-18 14:29:39 -0800 |
commit | de23a4d92c02504fd512b2fdb151406d31ae03c0 (patch) | |
tree | 09167a3f1a9bfd973f1167e99c1c5c8a26513299 /indra/llui/lldockablefloater.h | |
parent | fb81795a2d009480482af13b536702002ed7c8f2 (diff) | |
parent | dd9f2ca5f555d529d8f8b6168115ca3d3155fac7 (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 |