Commit e634b71b authored by Andrey's avatar Andrey

De not pass linesAfter parameter to _print function

parent 4752cbf3
...@@ -69,7 +69,6 @@ class Printer { ...@@ -69,7 +69,6 @@ class Printer {
String text, { String text, {
PosStyles styles = const PosStyles(), PosStyles styles = const PosStyles(),
int colInd = 0, int colInd = 0,
int linesAfter = 0,
bool kanjiOff = true, bool kanjiOff = true,
int colWidth = 12, int colWidth = 12,
}) { }) {
...@@ -155,7 +154,6 @@ class Printer { ...@@ -155,7 +154,6 @@ class Printer {
_print( _print(
text, text,
styles: styles, styles: styles,
linesAfter: linesAfter,
kanjiOff: kanjiOff, kanjiOff: kanjiOff,
); );
_socket.writeln(); _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