From e0030d9f31dc93114c8750871fa074a44d316a03 Mon Sep 17 00:00:00 2001 From: Gustavo Carneiro Date: Thu, 16 Jul 2020 18:37:32 -0300 Subject: [PATCH] Move CompactHistoryBlockList Class to a new file. --- src/History.h | 5 ----- 1 file changed, 5 deletions(-) diff --git a/src/History.h b/src/History.h index b5a47cbe..385b1207 100644 --- a/src/History.h +++ b/src/History.h @@ -45,11 +45,6 @@ namespace Konsole { -////////////////////////////////////////////////////////////////////// -// History using compact storage -// This implementation uses a list of fixed-sized blocks -// where history lines are allocated in (avoids heap fragmentation) -////////////////////////////////////////////////////////////////////// typedef QVector TextLine; class CompactHistoryLine