]> git.tdb.fi Git - libs/gltk.git/blobdiff - source/dropdown.cpp
Simplify constructors with C++11
[libs/gltk.git] / source / dropdown.cpp
index 1084612304f03b68a303af130aa2b3bd3b1b2f82..68c1beed1321fea803981b36701246576273a397 100644 (file)
@@ -27,8 +27,6 @@ void Dropdown::init()
 {
        input_type = INPUT_NAVIGATION;
 
-       dropped = false;
-
        add(list);
        list.set_visible(false);
        list.set_view_all();