mirror of
https://github.com/charles-lunarg/vk-bootstrap.git
synced 2024-11-12 19:51:47 +00:00
Removed old unused vars
This commit is contained in:
parent
63d252e828
commit
45419be295
@ -59,8 +59,6 @@ vk_xml = xmltodict.parse(vk_xml_raw,process_namespaces=True)
|
|||||||
command_params = {'return_type': '', 'args': [], 'requirements': [], 'macro_template': Template('')}
|
command_params = {'return_type': '', 'args': [], 'requirements': [], 'macro_template': Template('')}
|
||||||
|
|
||||||
device_commands = {}
|
device_commands = {}
|
||||||
core_commands = {}
|
|
||||||
extension_commands = {}
|
|
||||||
|
|
||||||
# Gather all device functions/aliases for filtering core/extension function fetching
|
# Gather all device functions/aliases for filtering core/extension function fetching
|
||||||
commands_node = vk_xml['registry']['commands']['command']
|
commands_node = vk_xml['registry']['commands']['command']
|
||||||
|
Loading…
Reference in New Issue
Block a user