From d49e14d8a68f9be060e70c494f4e0f6b20d6e0a5 Mon Sep 17 00:00:00 2001 From: Ryan Foster Date: Thu, 20 Aug 2020 02:21:30 -0400 Subject: [PATCH] win-capture: Remove unused strings After PR #3074, the following strings are no longer used: * GameCapture.ForceScaling="Force Scaling" * GameCapture.ScaleRes="Scale Resolution" Commits from PR #3074: * 9497589b1603dcacf07e3b81d2f60291eafb3590 * 63933997586bf88c862159bf5cb20be56b713283 --- plugins/win-capture/data/locale/en-US.ini | 2 -- 1 file changed, 2 deletions(-) diff --git a/plugins/win-capture/data/locale/en-US.ini b/plugins/win-capture/data/locale/en-US.ini index a8aae008c..632e9bfae 100644 --- a/plugins/win-capture/data/locale/en-US.ini +++ b/plugins/win-capture/data/locale/en-US.ini @@ -20,8 +20,6 @@ GameCapture="Game Capture" GameCapture.AnyFullscreen="Capture any fullscreen application" GameCapture.CaptureWindow="Capture specific window" GameCapture.UseHotkey="Capture foreground window with hotkey" -GameCapture.ForceScaling="Force Scaling" -GameCapture.ScaleRes="Scale Resolution" GameCapture.LimitFramerate="Limit capture framerate" GameCapture.CaptureOverlays="Capture third-party overlays (such as steam)" GameCapture.AntiCheatHook="Use anti-cheat compatibility hook"