summaryrefslogtreecommitdiff
path: root/include/ui/KeyCharacterMap.h
diff options
context:
space:
mode:
author Jeff Brown <jeffbrown@google.com> 2011-11-15 19:17:09 -0800
committer Android (Google) Code Review <android-gerrit@google.com> 2011-11-15 19:17:09 -0800
commit3e7497b4eccd3db1d6ff0ce1f1f2db11f9a8eeef (patch)
tree14b19d7f750f12c4168bb582c1cd99e93afd454a /include/ui/KeyCharacterMap.h
parentcdec187a27b2acc34cd4df26b836b83362527d6a (diff)
parent1e08fe90df18930691b0c2ec22e5db25d7fcb4cf (diff)
Merge "Eliminate hw.keyboards system properties." into ics-mr1
Diffstat (limited to 'include/ui/KeyCharacterMap.h')
-rw-r--r--include/ui/KeyCharacterMap.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/ui/KeyCharacterMap.h b/include/ui/KeyCharacterMap.h
index 10a38109d553..be14432ae59b 100644
--- a/include/ui/KeyCharacterMap.h
+++ b/include/ui/KeyCharacterMap.h
@@ -53,7 +53,6 @@ public:
~KeyCharacterMap();
static status_t load(const String8& filename, KeyCharacterMap** outMap);
- static status_t loadByDeviceId(int32_t deviceId, KeyCharacterMap** outMap);
/* Gets the keyboard type. */
int32_t getKeyboardType() const;