mirror of
https://github.com/moparisthebest/open-keychain
synced 2024-11-24 01:32:16 -05:00
Remove forgotten line
This commit is contained in:
parent
6477f60764
commit
dbb46f1633
@ -102,7 +102,6 @@ public class ApgCon {
|
|||||||
}
|
}
|
||||||
|
|
||||||
public boolean call(String function, Map<retKey, Object> return_map, String... function_params) {
|
public boolean call(String function, Map<retKey, Object> return_map, String... function_params) {
|
||||||
return_map.put(retKey.ERROR, null);
|
|
||||||
|
|
||||||
if (!initialize()) {
|
if (!initialize()) {
|
||||||
return_map.put(retKey.ERROR, error.CANNOT_BIND_TO_APG);
|
return_map.put(retKey.ERROR, error.CANNOT_BIND_TO_APG);
|
||||||
|
Loading…
Reference in New Issue
Block a user