summaryrefslogtreecommitdiff
path: root/py_modules/lsfg_vk/config_schema.py
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 /py_modules/lsfg_vk/config_schema.py
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 'py_modules/lsfg_vk/config_schema.py')
-rw-r--r--py_modules/lsfg_vk/config_schema.py11
1 files changed, 0 insertions, 11 deletions
diff --git a/py_modules/lsfg_vk/config_schema.py b/py_modules/lsfg_vk/config_schema.py
index 4ab2dcb..3a82bbd 100644
--- a/py_modules/lsfg_vk/config_schema.py
+++ b/py_modules/lsfg_vk/config_schema.py
@@ -71,10 +71,6 @@ SCRIPT_ONLY_FIELDS = {
# Complete configuration schema (TOML + script-only fields)
COMPLETE_CONFIG_SCHEMA = {**CONFIG_SCHEMA, **SCRIPT_ONLY_FIELDS}
-
-# Import auto-generated configuration components
-from .config_schema_generated import ConfigurationData, get_script_parsing_logic, get_script_generation_logic
-
# Constants for profile management
DEFAULT_PROFILE_NAME = "decky-lsfg-vk"
GLOBAL_SECTION_FIELDS = {"dll", "no_fp16"}
@@ -447,13 +443,6 @@ class ConfigurationManager:
return cast(ConfigurationData, merged_config)
@staticmethod
- @staticmethod
- def create_config_from_args(**kwargs) -> ConfigurationData:
- """Create configuration from keyword arguments - USES GENERATED CODE"""
- from .config_schema_generated import create_config_dict
- return create_config_dict(**kwargs)
-
- @staticmethod
def normalize_profile_name(profile_name: str) -> str:
"""Normalize profile name by converting spaces to dashes and trimming