Commit ad242e7d authored by Michał Janiszewski's avatar Michał Janiszewski Committed by Alexandre Julliard

winevulkan: Remove duplicate format_string in make_vulkan.

parent f184a396
...@@ -1334,9 +1334,6 @@ class VkParam(object): ...@@ -1334,9 +1334,6 @@ class VkParam(object):
return self._direction return self._direction
def format_string(self):
return self.format_str
def dispatch_table(self): def dispatch_table(self):
""" Return functions dispatch table pointer for dispatchable objects. """ """ Return functions dispatch table pointer for dispatchable objects. """
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment