From aa6daea4da0781c413f3876ab391e4b079667db7 Mon Sep 17 00:00:00 2001 From: Charles Otto Date: Wed, 14 Jan 2015 13:52:22 -0800 Subject: [PATCH] Remove memGallery::align and associated infrastructure, no noticeable improvement in performance and allocating the flat data is not feasible for large enough galleries --- openbr/openbr_plugin.h | 9 +++------ openbr/plugins/gallery.cpp | 39 --------------------------------------- 2 files changed, 3 insertions(+), 45 deletions(-) diff --git a/openbr/openbr_plugin.h b/openbr/openbr_plugin.h index 5a35bf1..437542d 100644 --- a/openbr/openbr_plugin.h +++ b/openbr/openbr_plugin.h @@ -447,12 +447,9 @@ BR_EXPORT QDataStream &operator>>(QDataStream &stream, Template &t); */ struct TemplateList : public QList