]> git.tdb.fi Git - libs/gltk.git/blobdiff - source/entry.cpp
Use DerivedObjectLoader for widget loaders
[libs/gltk.git] / source / entry.cpp
index da127022a84b93b3e26ebd22a2dbc04c689b100a..1f778420e0b44eda8b86b5765320f926048cdd27 100644 (file)
@@ -301,10 +301,5 @@ void Entry::slider_value_changed(double value)
                first_row = text.get_n_lines()-visible_rows-static_cast<unsigned>(value);
 }
 
-
-Entry::Loader::Loader(Entry &ent):
-       Widget::Loader(ent)
-{ }
-
 } // namespace GLtk
 } // namespace Msp