minor
This commit is contained in:
parent
5c46683ab8
commit
46ec6db965
|
@ -229,9 +229,7 @@ struct KerxSubTableFormat1
|
|||
|
||||
bool is_actionable (StateTableDriver<Types, EntryData> *driver HB_UNUSED,
|
||||
const Entry<EntryData> &entry)
|
||||
{
|
||||
return Format1EntryT::performAction (entry);
|
||||
}
|
||||
{ return Format1EntryT::performAction (entry); }
|
||||
void transition (StateTableDriver<Types, EntryData> *driver,
|
||||
const Entry<EntryData> &entry)
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue