summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorjenglish@flightlab.com <jenglish>2008-12-11 18:35:08 (GMT)
committerjenglish@flightlab.com <jenglish>2008-12-11 18:35:08 (GMT)
commit9732f0805bd7207d0071dc2f257cd36c3655885e (patch)
tree83a28a0cc63af1a9a82515fc17ceb09a672ec0fa
parent3104c8cb09be0275aa34df07c62550b23320266b (diff)
downloadtk-9732f0805bd7207d0071dc2f257cd36c3655885e.zip
tk-9732f0805bd7207d0071dc2f257cd36c3655885e.tar.gz
tk-9732f0805bd7207d0071dc2f257cd36c3655885e.tar.bz2
Remove leftover commented-out code, mistakenly included in last commit
-rw-r--r--generic/ttk/ttkEntry.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/generic/ttk/ttkEntry.c b/generic/ttk/ttkEntry.c
index 38133bb..dc8974d 100644
--- a/generic/ttk/ttkEntry.c
+++ b/generic/ttk/ttkEntry.c
@@ -1,5 +1,5 @@
/*
- * $Id: ttkEntry.c,v 1.14 2008/12/07 18:42:55 jenglish Exp $
+ * $Id: ttkEntry.c,v 1.15 2008/12/11 18:35:08 jenglish Exp $
*
* DERIVED FROM: tk/generic/tkEntry.c r1.35.
*
@@ -1910,7 +1910,6 @@ static WidgetCommandSpec SpinboxCommands[] = {
{ "bbox", EntryBBoxCommand },
{ "cget", TtkWidgetCgetCommand },
{ "configure", TtkWidgetConfigureCommand },
-//X: { "current", ValuesCurrentCommand },
{ "delete", EntryDeleteCommand },
{ "get", EntryGetCommand },
{ "icursor", EntryICursorCommand },