X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Fentry.cpp;h=1f778420e0b44eda8b86b5765320f926048cdd27;hb=b30edd979e6e9c7acfaaf3a90903814a7e62a71e;hp=da127022a84b93b3e26ebd22a2dbc04c689b100a;hpb=45a351cb7bd00fd5d847507f020541f883599178;p=libs%2Fgltk.git diff --git a/source/entry.cpp b/source/entry.cpp index da12702..1f77842 100644 --- a/source/entry.cpp +++ b/source/entry.cpp @@ -301,10 +301,5 @@ void Entry::slider_value_changed(double value) first_row = text.get_n_lines()-visible_rows-static_cast(value); } - -Entry::Loader::Loader(Entry &ent): - Widget::Loader(ent) -{ } - } // namespace GLtk } // namespace Msp