Remove unused resources

This commit is contained in:
Luis Ángel San Martín
2022-01-15 15:51:59 +01:00
parent e452178adb
commit 77c96de0ea
89 changed files with 20 additions and 180 deletions

View File

@ -12,7 +12,6 @@
#include "render.h"
#include "goto_dialog.h"
#include "translator.h"
#include "onstart_flow_selection_dialog.h"
#include "page_label_widget.h"
#include "notifications_label_widget.h"
#include "comic_db.h"
@ -365,8 +364,6 @@ void Viewer::updateContentSize()
// apply scaling
content->resize(pagefit);
QLOG_INFO() << "Device pixel ratio used while rendering: " << devicePixelRatioF();
// TODO: updtateContentSize should only scale the pixmap once
if (devicePixelRatioF() > 1) // only in HDPI displays
{