summaryrefslogtreecommitdiffstats
path: root/generic/tkEntry.c
diff options
context:
space:
mode:
Diffstat (limited to 'generic/tkEntry.c')
-rw-r--r--generic/tkEntry.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/generic/tkEntry.c b/generic/tkEntry.c
index 233fd90..43c3429 100644
--- a/generic/tkEntry.c
+++ b/generic/tkEntry.c
@@ -12,7 +12,7 @@
* See the file "license.terms" for information on usage and redistribution
* of this file, and for a DISCLAIMER OF ALL WARRANTIES.
*
- * RCS: @(#) $Id: tkEntry.c,v 1.22 2001/08/29 23:22:24 hobbs Exp $
+ * RCS: @(#) $Id: tkEntry.c,v 1.23 2001/09/21 22:08:19 hobbs Exp $
*/
#include "tkInt.h"
@@ -4344,8 +4344,6 @@ GetSpinboxElement(sbPtr, x, y)
} else {
return SEL_BUTTONUP;
}
- } else {
- return SEL_ENTRY;
}
return SEL_ENTRY;
}