Revert "autocomp: Add time with "LINEAR" to "transition"."

This reverts commit 7be5b79c17.
This commit is contained in:
Jaehyun Cho 2016-11-24 19:04:55 +09:00
parent 7be5b79c17
commit 2a8448e726
1 changed files with 2 additions and 2 deletions

View File

@ -1254,7 +1254,7 @@ group "lexem" struct {
}
group "txt" var_array {
count 1;
value "string" string: "%s: LINEAR 1.0;";
value "string" string: "%s: LINEAR ;";
}
value "cursor_offset" int: 1;
value "line_back" int: 0;
@ -1696,7 +1696,7 @@ group "lexem" struct {
}
group "txt" var_array {
count 1;
value "string" string: "%s: LINEAR 1.0;";
value "string" string: "%s: LINEAR ;";
}
value "cursor_offset" int: 1;
value "line_back" int: 0;