From b46a77f97726fa2cf9fac687b13c2657c86b14c3 Mon Sep 17 00:00:00 2001 From: Jfreegman Date: Wed, 1 Oct 2014 15:01:23 -0400 Subject: [PATCH] forced end of page is not working out --- src/line_info.c | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/line_info.c b/src/line_info.c index ef98d3d..9c942cf 100644 --- a/src/line_info.c +++ b/src/line_info.c @@ -258,10 +258,6 @@ static void line_info_check_queue(ToxWindow *self) ++hst->start_id; } } - - /* force move to bottom of history when we print an outgoing message */ - if (line->type == OUT_MSG) - line_info_reset_start(self, hst); } #define NOREAD_FLAG_TIMEOUT 5 /* seconds before a sent message with no read receipt is flagged as unread */