summaryrefslogtreecommitdiff
path: root/indra/llui/llview.h
diff options
context:
space:
mode:
authorRichard Nelson <none@none>2010-08-24 11:44:28 -0700
committerRichard Nelson <none@none>2010-08-24 11:44:28 -0700
commit0daa627db4f1bba2f69ec717426b26593674d14c (patch)
tree7ebd93c5b5a9de5590cc67af5685fb34b7b78fb1 /indra/llui/llview.h
parent77c42fc77ead297be3ea673309699edd15f70441 (diff)
removed LLLayoutStack::fromXML custom xml parsing
Diffstat (limited to 'indra/llui/llview.h')
-rw-r--r--indra/llui/llview.h8
1 files changed, 1 insertions, 7 deletions
diff --git a/indra/llui/llview.h b/indra/llui/llview.h
index 6736ad9f33..fa4f4c8ae2 100644
--- a/indra/llui/llview.h
+++ b/indra/llui/llview.h
@@ -145,18 +145,12 @@ public:
left_delta; // from last left to my left
//FIXME: get parent context involved in parsing traversal
- Ignored needs_translate; // cue for translation tools
+ Ignored needs_translate, // cue for translation tools
xmlns, // xml namespace
xmlns_xsi, // xml namespace
xsi_schemaLocation, // xml schema
xsi_type; // xml schema type
- // nested attributes for LLLayoutPanel
- Optional<S32> min_dim,
- max_dim;
- Optional<bool> user_resize,
- auto_resize;
-
Params();
};