From fb8d6666a72d8f693fe22bfdb54fd758faf2785f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?David=20Hrdli=C4=8Dka?= Date: Sun, 26 Apr 2020 19:03:33 +0200 Subject: [PATCH] win: Remove string table entries for the old menus --- src/include/86box/language.h | 9 --------- src/win/86Box.rc | 9 --------- 2 files changed, 18 deletions(-) diff --git a/src/include/86box/language.h b/src/include/86box/language.h index 9b3065be9..16e5e3080 100644 --- a/src/include/86box/language.h +++ b/src/include/86box/language.h @@ -53,7 +53,6 @@ #define IDS_2077 2077 // "Click to capture mouse" #define IDS_2078 2078 // "Press F12-F8 to release mouse" #define IDS_2079 2079 // "Press F12-F8 or middle button.." -#define IDS_2080 2080 // "E&xport to 86F..." #define IDS_2081 2081 // "Unable to initialize Flui.." #define IDS_2082 2082 // "Bus" #define IDS_2083 2083 // "File" @@ -62,16 +61,8 @@ #define IDS_2086 2086 // "S" #define IDS_2087 2087 // "MB" #define IDS_2088 2088 // "Check BPB" -#define IDS_2089 2089 // "&Image..." -#define IDS_2090 2090 // "&Reload previous image" -#define IDS_2091 2091 // "E&mpty" -#define IDS_2092 2092 // "&Mute" -#define IDS_2093 2093 // "E&ject" #define IDS_2094 2094 // "KB" #define IDS_2095 2095 // "Neither DirectDraw nor Dire.." -#define IDS_2096 2096 // "&New image..." -#define IDS_2097 2097 // "&Existing image..." -#define IDS_2098 2098 // "Existing image (&Write-pr..." #define IDS_2099 2099 // "Default" #define IDS_2100 2100 // "%i Wait state(s)" #define IDS_2101 2101 // "Type" diff --git a/src/win/86Box.rc b/src/win/86Box.rc index 5e2038059..fdff75044 100644 --- a/src/win/86Box.rc +++ b/src/win/86Box.rc @@ -926,7 +926,6 @@ END STRINGTABLE DISCARDABLE BEGIN - IDS_2080 "E&xport to 86F..." IDS_2081 "Unable to initialize FluidSynth, libfluidsynth.dll is required" IDS_2082 "Bus" IDS_2083 "File" @@ -935,16 +934,8 @@ BEGIN IDS_2086 "S" IDS_2087 "MB" IDS_2088 "Check BPB" - IDS_2089 "&Image..." - IDS_2090 "&Reload previous image" - IDS_2091 "E&mpty" - IDS_2092 "&Mute" - IDS_2093 "E&ject" IDS_2094 "KB" IDS_2095 "86Box could not initialize the video renderer." - IDS_2096 "&New image..." - IDS_2097 "&Existing image..." - IDS_2098 "Existing image (&Write-protected)..." IDS_2099 "Default" IDS_2100 "%i Wait state(s)" IDS_2101 "Type"