mirror of
https://github.com/YACReader/yacreader
synced 2025-05-28 03:10:27 -04:00
Remove commented code
This commit is contained in:
parent
231bc59a48
commit
dd411db9ef
@ -145,7 +145,7 @@ public:
|
|||||||
ComicModel *comicsModel;
|
ComicModel *comicsModel;
|
||||||
ReadingListModel *listsModel;
|
ReadingListModel *listsModel;
|
||||||
ReadingListModelProxy *listsModelProxy;
|
ReadingListModelProxy *listsModelProxy;
|
||||||
// QStringList paths;
|
|
||||||
YACReaderLibraries libraries;
|
YACReaderLibraries libraries;
|
||||||
|
|
||||||
QStackedWidget *mainWidget;
|
QStackedWidget *mainWidget;
|
||||||
|
@ -756,18 +756,7 @@ void YACReaderFlowGL::populate(int n)
|
|||||||
insert(s.toLocal8Bit().data(), defaultTexture, x, y);
|
insert(s.toLocal8Bit().data(), defaultTexture, x, y);
|
||||||
}
|
}
|
||||||
|
|
||||||
/*
|
|
||||||
for(int i = 0;i<n;i++){
|
|
||||||
QPixmap img = QPixmap(QString("./cover%1.jpg").arg(i+1));
|
|
||||||
GLuint cover = bindTexture(img, GL_TEXTURE_2D);
|
|
||||||
float y = 0.5 * (float(img.height())/img.width());
|
|
||||||
Insert("cover", cover, x, y);
|
|
||||||
}*/
|
|
||||||
|
|
||||||
loaded = QVector<bool>(n, false);
|
loaded = QVector<bool>(n, false);
|
||||||
// marks = QVector<bool>(n,false);
|
|
||||||
|
|
||||||
// worker->start();
|
|
||||||
}
|
}
|
||||||
|
|
||||||
void YACReaderFlowGL::reset()
|
void YACReaderFlowGL::reset()
|
||||||
|
Loading…
Reference in New Issue
Block a user