summaryrefslogtreecommitdiff
path: root/src/components
diff options
context:
space:
mode:
authorKurt Himebauch <136133082+xXJSONDeruloXx@users.noreply.github.com>2026-07-14 23:23:32 -0400
committerGitHub <noreply@github.com>2026-07-14 23:23:32 -0400
commitc3778422b398119b2d78ba733e75079dce17a8a7 (patch)
treef0e19368c9e9fe761751ab6295079da54cf0302f /src/components
parentdf19f84140aa242aa1703f30cb49752512455a4c (diff)
parent7e576633715caa2a8d19dbe6b33a92881c2c5b81 (diff)
downloaddecky-lsfg-vk-c3778422b398119b2d78ba733e75079dce17a8a7.tar.gz
decky-lsfg-vk-c3778422b398119b2d78ba733e75079dce17a8a7.zip
Merge pull request #234 from christopherl/chore/remove-dead-code
Remove dead code across frontend and backend
Diffstat (limited to 'src/components')
-rw-r--r--src/components/Content.tsx2
-rw-r--r--src/components/UsageInstructions.tsx7
2 files changed, 2 insertions, 7 deletions
diff --git a/src/components/Content.tsx b/src/components/Content.tsx
index 3dc2696..3f94745 100644
--- a/src/components/Content.tsx
+++ b/src/components/Content.tsx
@@ -143,7 +143,7 @@ export function Content() {
</>
)}
- <UsageInstructions config={config} />
+ <UsageInstructions />
<PanelSectionRow>
<ButtonItem
diff --git a/src/components/UsageInstructions.tsx b/src/components/UsageInstructions.tsx
index 0c27517..5f032b8 100644
--- a/src/components/UsageInstructions.tsx
+++ b/src/components/UsageInstructions.tsx
@@ -1,11 +1,6 @@
import { PanelSectionRow } from "@decky/ui";
-import { ConfigurationData } from "../config/configSchema";
-interface UsageInstructionsProps {
- config: ConfigurationData;
-}
-
-export function UsageInstructions({ config: _config }: UsageInstructionsProps) {
+export function UsageInstructions() {
return (
<>
<PanelSectionRow>