mirror of
https://github.com/genodelabs/genode.git
synced 2025-02-20 01:36:22 +00:00
text_area: remove unused min_width, min_height
This commit is contained in:
parent
b75b40049d
commit
9d78356885
@ -37,9 +37,6 @@ struct Text_area::Main : Text_area_widget::Action
|
||||
|
||||
Root_directory _vfs { _env, _heap, _config.xml().sub_node("vfs") };
|
||||
|
||||
unsigned _min_width = 0;
|
||||
unsigned _min_height = 0;
|
||||
|
||||
Runtime _runtime { _env, _heap };
|
||||
|
||||
struct Main_dialog : Top_level_dialog
|
||||
@ -295,9 +292,6 @@ struct Text_area::Main : Text_area_widget::Action
|
||||
|
||||
Xml_node const config = _config.xml();
|
||||
|
||||
_min_width = config.attribute_value("min_width", 0U);
|
||||
_min_height = config.attribute_value("min_height", 0U);
|
||||
|
||||
bool const copy_enabled = config.attribute_value("copy", false);
|
||||
bool const paste_enabled = config.attribute_value("paste", false);
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user