diff options
Diffstat (limited to 'indra/llui/llview.h')
-rw-r--r-- | indra/llui/llview.h | 8 |
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(); }; |