diff --git a/source/main.dfm b/source/main.dfm index 06f3584a..14a9dcb3 100644 --- a/source/main.dfm +++ b/source/main.dfm @@ -770,12 +770,6 @@ object MainForm: TMainForm ImageIndex = 40 ShortCut = 32776 end - object actSelectAll: TEditSelectAll - Category = 'Various' - Caption = 'Select &All' - Hint = 'Select All|Selects the entire document' - ShortCut = 16449 - end object actAboutBox: TAction Tag = 57 Category = 'Various' diff --git a/source/main.pas b/source/main.pas index 3491a8cf..87ac23cf 100644 --- a/source/main.pas +++ b/source/main.pas @@ -177,7 +177,6 @@ type actRefresh: TAction; actImportCSV: TAction; actCut: TEditCut; - actSelectAll: TEditSelectAll; Cut1: TMenuItem; actExportSettings: TAction; actImportSettings: TAction;