summaryrefslogtreecommitdiff
path: root/accessible/mac/MacUtils.h
diff options
context:
space:
mode:
Diffstat (limited to 'accessible/mac/MacUtils.h')
-rw-r--r--accessible/mac/MacUtils.h26
1 files changed, 0 insertions, 26 deletions
diff --git a/accessible/mac/MacUtils.h b/accessible/mac/MacUtils.h
deleted file mode 100644
index f88a27ee58..0000000000
--- a/accessible/mac/MacUtils.h
+++ /dev/null
@@ -1,26 +0,0 @@
-/* -*- Mode: Objective-C++; tab-width: 2; indent-tabs-mode: nil; c-basic-offset: 2 -*- */
-/* This Source Code Form is subject to the terms of the Mozilla Public
- * License, v. 2.0. If a copy of the MPL was not distributed with this
- * file, You can obtain one at http://mozilla.org/MPL/2.0/. */
-
-#ifndef _MacUtils_H_
-#define _MacUtils_H_
-
-@class NSString;
-class nsString;
-
-namespace mozilla {
-namespace a11y {
-namespace utils {
-
-/**
- * Get a localized string from the string bundle.
- * Return nil if not found.
- */
-NSString* LocalizedString(const nsString& aString);
-
-}
-}
-}
-
-#endif