diff options
| author | 2011-11-15 19:17:09 -0800 | |
|---|---|---|
| committer | 2011-11-15 19:17:09 -0800 | |
| commit | 3e7497b4eccd3db1d6ff0ce1f1f2db11f9a8eeef (patch) | |
| tree | 14b19d7f750f12c4168bb582c1cd99e93afd454a /libs/ui/KeyCharacterMap.cpp | |
| parent | cdec187a27b2acc34cd4df26b836b83362527d6a (diff) | |
| parent | 1e08fe90df18930691b0c2ec22e5db25d7fcb4cf (diff) | |
Merge "Eliminate hw.keyboards system properties." into ics-mr1
Diffstat (limited to 'libs/ui/KeyCharacterMap.cpp')
| -rw-r--r-- | libs/ui/KeyCharacterMap.cpp | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/libs/ui/KeyCharacterMap.cpp b/libs/ui/KeyCharacterMap.cpp index 2decfe93215a..77f18dec5c9f 100644 --- a/libs/ui/KeyCharacterMap.cpp +++ b/libs/ui/KeyCharacterMap.cpp @@ -124,17 +124,6 @@ status_t KeyCharacterMap::load(const String8& filename, KeyCharacterMap** outMap return status; } -status_t KeyCharacterMap::loadByDeviceId(int32_t deviceId, KeyCharacterMap** outMap) { - *outMap = NULL; - - String8 filename; - status_t result = getKeyCharacterMapFile(deviceId, filename); - if (!result) { - result = load(filename, outMap); - } - return result; -} - int32_t KeyCharacterMap::getKeyboardType() const { return mType; } |