Commit e634b71b authored by Andrey's avatar Andrey

De not pass linesAfter parameter to _print function

parent 4752cbf3
......@@ -69,7 +69,6 @@ class Printer {
String text, {
PosStyles styles = const PosStyles(),
int colInd = 0,
int linesAfter = 0,
bool kanjiOff = true,
int colWidth = 12,
}) {
......@@ -155,7 +154,6 @@ class Printer {
_print(
text,
styles: styles,
linesAfter: linesAfter,
kanjiOff: kanjiOff,
);
_socket.writeln();
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment