diff options
author | 2013-01-08 00:30:55 -0800 | |
---|---|---|
committer | 2013-01-08 00:30:55 -0800 | |
commit | b5d3f23a4c4918ad1a849474e9a7349a00061a7c (patch) | |
tree | a8cf412d36b0c9504239186b773bc6d207658006 /native/jni/com_android_inputmethod_latin_BinaryDictionary.h | |
parent | 153f5d2351fbaa025102c7164fea438da5b748f5 (diff) | |
parent | a10b1a88443a16bb1b5af1af63d0ed501b25f55d (diff) | |
download | latinime-b5d3f23a4c4918ad1a849474e9a7349a00061a7c.tar.gz latinime-b5d3f23a4c4918ad1a849474e9a7349a00061a7c.tar.xz latinime-b5d3f23a4c4918ad1a849474e9a7349a00061a7c.zip |
am a10b1a88: Misc small cleanups
* commit 'a10b1a88443a16bb1b5af1af63d0ed501b25f55d':
Misc small cleanups
Diffstat (limited to 'native/jni/com_android_inputmethod_latin_BinaryDictionary.h')
-rw-r--r-- | native/jni/com_android_inputmethod_latin_BinaryDictionary.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/native/jni/com_android_inputmethod_latin_BinaryDictionary.h b/native/jni/com_android_inputmethod_latin_BinaryDictionary.h index b9e944f07..1951ba0fc 100644 --- a/native/jni/com_android_inputmethod_latin_BinaryDictionary.h +++ b/native/jni/com_android_inputmethod_latin_BinaryDictionary.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2011, The Android Open Source Project + * Copyright (C) 2011 The Android Open Source Project * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -20,8 +20,6 @@ #include "jni.h" namespace latinime { - int register_BinaryDictionary(JNIEnv *env); - } // namespace latinime #endif // _COM_ANDROID_INPUTMETHOD_LATIN_BINARYDICTIONARY_H |