X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Fentry.cpp;h=1f778420e0b44eda8b86b5765320f926048cdd27;hb=df07e8f3e239b146cbc458d3cbd69758e590d255;hp=da127022a84b93b3e26ebd22a2dbc04c689b100a;hpb=1021ce203ab092edf5f94770e742d56a3b8cd23b;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