mirror of
https://github.com/keymanapp/keyman.git
synced 2026-09-27 10:07:40 +00:00
chore(common/core/desktop): remove unused variable
This commit is contained in:
parent
cec8d11759
commit
1e8d14ea72
1 changed files with 1 additions and 2 deletions
|
|
@ -354,8 +354,7 @@ void test_store_offsets() {
|
|||
void test_set_option() {
|
||||
setup("021 - options.kmx");
|
||||
DEBUG_GROUP gp = {u"Main"};
|
||||
DEBUG_KEY kp1 = { '1', /*line*/16, },
|
||||
kp0 = { '0', /*line*/17, };
|
||||
DEBUG_KEY kp1 = { '1', /*line*/16, };
|
||||
DEBUG_STORE sp = {0, u"foo", u"1"};
|
||||
|
||||
try_status(km_kbp_state_debug_set(test_state, 1));
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue