summaryrefslogtreecommitdiff
path: root/src/components/UsageInstructions.tsx
diff options
context:
space:
mode:
authorChristopher Lott <chris@MacBook-Air-von-Christopher.fritz.box>2026-05-07 22:44:59 +0200
committerChristopher Lott <chris@MacBook-Air-von-Christopher.fritz.box>2026-05-07 22:44:59 +0200
commit7e576633715caa2a8d19dbe6b33a92881c2c5b81 (patch)
tree02ae7ff4b1a8d8db528e55bd00d58b044e29aa57 /src/components/UsageInstructions.tsx
parent0752e8eba063d8d2a694a5b99637615e9cbffbf1 (diff)
downloaddecky-lsfg-vk-7e576633715caa2a8d19dbe6b33a92881c2c5b81.tar.gz
decky-lsfg-vk-7e576633715caa2a8d19dbe6b33a92881c2c5b81.zip
remove dead code across frontend and backend
- Remove TS ConfigurationManager class in configSchema.ts (called non-existent backend methods; only getDefaults() was used, replaced with direct import) - Remove Python update_config method and create_config_from_args (unreachable since plugin.py routes through update_config_from_dict; also carried a duplicate @staticmethod that would crash at runtime) - Delete configuration_helpers_generated.py entirely (all three functions were unused) - Remove their generators from generate_python_boilerplate.py - Remove dead generated code from config_schema_generated.py (create_config_dict, get_function_parameters, TOML_FIELDS, SCRIPT_FIELDS) - Remove duplicate import in config_schema.py - Remove unused config prop from UsageInstructions component
Diffstat (limited to 'src/components/UsageInstructions.tsx')
-rw-r--r--src/components/UsageInstructions.tsx7
1 files changed, 1 insertions, 6 deletions
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>