1
0
Fork 0
mirror of https://gitlab.alpinelinux.org/alpine/aports.git synced 2025-07-17 05:05:14 +03:00
aports/testing/codeblocks/wxwidgets-3.2.patch
2022-09-12 20:44:00 +02:00

12 lines
708 B
Diff

diff --git a/src/sdk/scripting/bindings/sc_wxtypes.cpp b/src/sdk/scripting/bindings/sc_wxtypes.cpp
index 6f1d039..a9a66c1 100644
--- a/src/sdk/scripting/bindings/sc_wxtypes.cpp
+++ b/src/sdk/scripting/bindings/sc_wxtypes.cpp
@@ -354,7 +354,6 @@ namespace ScriptBindings
func(&wxFileName::IsDir, "IsDir").
func(&wxFileName::MakeAbsolute, "MakeAbsolute").
func(&wxFileName::MakeRelativeTo, "MakeRelativeTo").
- func(&wxFileName::Normalize, "Normalize").
func(&wxFileName::PrependDir, "PrependDir").
func(&wxFileName::RemoveDir, "RemoveDir").
func(&wxFileName::RemoveLastDir, "RemoveLastDir").