diff options
author | wolfbeast <mcwerewolf@wolfbeast.com> | 2019-03-31 18:43:10 +0200 |
---|---|---|
committer | wolfbeast <mcwerewolf@wolfbeast.com> | 2019-03-31 18:43:10 +0200 |
commit | 5d409fdca92e085dad2f9c80b42f33afe4f10800 (patch) | |
tree | b662a22783a8739291f90788e18699825795a6ef /accessible | |
parent | 49a3f5a53793d75cd243936e22f99b798e84c84b (diff) | |
download | uxp-5d409fdca92e085dad2f9c80b42f33afe4f10800.tar.gz |
Remove AIX 1st party code OS checks, part 1
Issue #186
Diffstat (limited to 'accessible')
-rw-r--r-- | accessible/atk/Platform.cpp | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/accessible/atk/Platform.cpp b/accessible/atk/Platform.cpp index e64084f5a0..0ee3a3d977 100644 --- a/accessible/atk/Platform.cpp +++ b/accessible/atk/Platform.cpp @@ -60,11 +60,7 @@ struct GnomeAccessibilityModule }; static GnomeAccessibilityModule sAtkBridge = { -#ifdef AIX - "libatk-bridge.a(libatk-bridge.so.0)", nullptr, -#else "libatk-bridge.so", nullptr, -#endif "gnome_accessibility_module_init", nullptr, "gnome_accessibility_module_shutdown", nullptr }; |