From 9ddbf233b15d8f1adc649453660c8b8c7205a5ca Mon Sep 17 00:00:00 2001 From: sls Date: Mon, 5 Jun 1995 08:50:52 +0000 Subject: [PATCH] Get rid of remove list menu item (now using checkboxes on file menu.) --- lists.tcl | 2 -- 1 file changed, 2 deletions(-) diff --git a/lists.tcl b/lists.tcl index f42b9a7..2e106e8 100644 --- a/lists.tcl +++ b/lists.tcl @@ -159,8 +159,6 @@ widget tkinspect_list { -command "$self search_dialog" $slot(menu) add command -label "Edit Filter..." -underline 0 \ -command "$self edit_filter" - $slot(menu) add command -label "Remove List" -underline 0 \ - -command "$self remove" } method reconfig {} { $self.title config -text "$slot(title):" -- 2.23.0