diff options
Diffstat (limited to 'src/libs/gui/ThreadedLoader.hpp')
-rw-r--r-- | src/libs/gui/ThreadedLoader.hpp | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/libs/gui/ThreadedLoader.hpp b/src/libs/gui/ThreadedLoader.hpp index e65470f7..68045598 100644 --- a/src/libs/gui/ThreadedLoader.hpp +++ b/src/libs/gui/ThreadedLoader.hpp @@ -66,8 +66,7 @@ public: const Path& data_path, MetadataMap engine_data, optional<Path> engine_parent, - optional<const string&> engine_name = optional<const string&>(), - optional<uint32_t> engine_poly = optional<uint32_t>()); + optional<const string&> engine_name = optional<const string&>()); void save_patch(SharedPtr<PatchModel> model, const string& filename); |