Skip to content

Commit 0fed5ed

Browse files
author
thyttan
committed
messagegui: no empty line again
1 parent ea1c172 commit 0fed5ed

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

apps/messagegui/app.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -299,7 +299,6 @@ function showMessagesScroller(msg, persist, alreadyProcessed) {
299299
titleLines.push(i + (messagesWrapped[0]?messagesWrapped[0].length:0) +
300300
(messagesWrapped[1]?messagesWrapped[1].length:0));
301301
}
302-
var titleCnt = lines.length;
303302
lines = lines.concat(g.wrapString(msgLocal.body, g.getWidth()-10),
304303
["-".repeat(12)]);
305304
messagesWrapped.push(lines);

0 commit comments

Comments
 (0)