mirror of
https://github.com/moparisthebest/open-keychain
synced 2024-11-23 17:22: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) {
|
||||
return_map.put(retKey.ERROR, null);
|
||||
|
||||
if (!initialize()) {
|
||||
return_map.put(retKey.ERROR, error.CANNOT_BIND_TO_APG);
|
||||
|
Loading…
Reference in New Issue
Block a user