From dd411db9ef267e69e24d7c5941d30b1102c18593 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Luis=20=C3=81ngel=20San=20Mart=C3=ADn?= Date: Sun, 13 Aug 2023 10:05:09 +0200 Subject: [PATCH] Remove commented code --- YACReaderLibrary/library_window.h | 2 +- common/gl/yacreader_flow_gl.cpp | 11 ----------- 2 files changed, 1 insertion(+), 12 deletions(-) diff --git a/YACReaderLibrary/library_window.h b/YACReaderLibrary/library_window.h index d5b63e37..8090fae7 100644 --- a/YACReaderLibrary/library_window.h +++ b/YACReaderLibrary/library_window.h @@ -145,7 +145,7 @@ public: ComicModel *comicsModel; ReadingListModel *listsModel; ReadingListModelProxy *listsModelProxy; - // QStringList paths; + YACReaderLibraries libraries; QStackedWidget *mainWidget; diff --git a/common/gl/yacreader_flow_gl.cpp b/common/gl/yacreader_flow_gl.cpp index 2f039591..a5f8aa72 100644 --- a/common/gl/yacreader_flow_gl.cpp +++ b/common/gl/yacreader_flow_gl.cpp @@ -756,18 +756,7 @@ void YACReaderFlowGL::populate(int n) insert(s.toLocal8Bit().data(), defaultTexture, x, y); } - /* - for(int i = 0;i(n, false); - // marks = QVector(n,false); - - // worker->start(); } void YACReaderFlowGL::reset()