diff options
Diffstat (limited to 'accessible/base/Platform.h')
-rw-r--r-- | accessible/base/Platform.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/accessible/base/Platform.h b/accessible/base/Platform.h index 64f7ff7ee2..264aa438f6 100644 --- a/accessible/base/Platform.h +++ b/accessible/base/Platform.h @@ -35,10 +35,10 @@ EPlatformDisabledState PlatformDisabledState(); void PreInit(); #endif -#if defined(MOZ_ACCESSIBILITY_ATK) || defined(XP_MACOSX) +#if defined(MOZ_ACCESSIBILITY_ATK) /** * Is platform accessibility enabled. - * Only used on linux with atk and MacOS for now. + * Only used on linux with atk. */ bool ShouldA11yBeEnabled(); #endif |