X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Fentry.cpp;h=9f7c761802f5de84af3e77a764788f929865cf7c;hb=50bf1ef2e2c3c38de20f6996a6c5ed0066111177;hp=7e503b3dbc0e960b8c04397dc27b0ff14e640436;hpb=af13797a82b242a3cd8fdd405b057a9e311631ac;p=libs%2Fgltk.git diff --git a/source/entry.cpp b/source/entry.cpp index 7e503b3..9f7c761 100644 --- a/source/entry.cpp +++ b/source/entry.cpp @@ -57,18 +57,6 @@ void Entry::key_press(unsigned key, unsigned, wchar_t ch) } } -void Entry::focus_in() -{ - if(state!=DISABLED) - state=ACTIVE; -} - -void Entry::focus_out() -{ - if(state==ACTIVE) - state=NORMAL; -} - void Entry::render_special(const Part &part) const { if(part.get_name()=="text")