[apps] App::XNT() returns a CodePoint instead of a char

This commit is contained in:
Ruben Dashyan
2019-08-21 09:46:50 +02:00
committed by Léa Saviot
parent 381a92f991
commit 82951b0672
6 changed files with 4 additions and 12 deletions

View File

@@ -81,8 +81,4 @@ SequenceContext * App::localContext() {
return &m_sequenceContext;
}
char App::XNT() {
return 'n';
}
}