Remove unused configure --enable-objc_uniquifying option

This was only ever used in the alternative wxCocoa port which was itself
removed quite a long time ago.
This commit is contained in:
Vadim Zeitlin
2017-10-21 19:06:33 +02:00
parent 7b373703f7
commit d9e4f72fd2
5 changed files with 0 additions and 60 deletions

View File

@@ -980,11 +980,6 @@ typedef pid_t GPid;
*/
#define wxUSE_WEBKIT 1
/*
* Objective-C class name uniquifying
*/
#define wxUSE_OBJC_UNIQUIFYING 0
/*
* The const keyword is being introduced more in wxWindows.
* You can use this setting to maintain backward compatibility.