Skip to content

Commit

Permalink
So long, static_content.h/cpp
Browse files Browse the repository at this point in the history
Removed references to static_content, now that it has been replaced by libkiwix API
  • Loading branch information
juuz0 committed Jul 12, 2023
1 parent 8546f2e commit 4127b0a
Show file tree
Hide file tree
Showing 7 changed files with 0 additions and 199 deletions.
2 changes: 0 additions & 2 deletions kiwix-desktop.pro
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,6 @@ SOURCES += \
src/fullscreenwindow.cpp \
src/fullscreennotification.cpp \
src/zimview.cpp \
src/static_content.cpp

HEADERS += \
src/contenttypefilter.h \
Expand Down Expand Up @@ -98,7 +97,6 @@ HEADERS += \
src/fullscreennotification.h \
src/menuproxystyle.h \
src/zimview.h \
src/static_content.h

FORMS += \
src/findinpagebar.ui \
Expand Down
1 change: 0 additions & 1 deletion src/contentmanager.cpp
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
#include "contentmanager.h"

#include "kiwixapp.h"
#include "static_content.h"
#include <kiwix/manager.h>
#include <kiwix/tools.h>

Expand Down
1 change: 0 additions & 1 deletion src/contentmanagerside.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
#include <QDebug>

#include "klistwidgetitem.h"
#include "static_content.h"

ContentManagerSide::ContentManagerSide(QWidget *parent) :
QWidget(parent),
Expand Down
3 changes: 0 additions & 3 deletions src/kiwixapp.cpp
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
#include "kiwixapp.h"
#include "static_content.h"
#include "zim/error.h"
#include "zim/version.h"
#include "kiwix/tools.h"
Expand Down Expand Up @@ -66,8 +65,6 @@ void KiwixApp::init()
}
mp_manager = new ContentManager(&m_library, mp_downloader);

initStaticContent();

auto icon = QIcon();
icon.addFile(":/icons/kiwix-app-icons-square.svg");
setWindowIcon(icon);
Expand Down
1 change: 0 additions & 1 deletion src/opdsrequestmanager.cpp
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
#include "opdsrequestmanager.h"
#include "static_content.h"
#include "kiwixapp.h"

OpdsRequestManager::OpdsRequestManager()
Expand Down
176 changes: 0 additions & 176 deletions src/static_content.cpp

This file was deleted.

15 changes: 0 additions & 15 deletions src/static_content.h

This file was deleted.

0 comments on commit 4127b0a

Please sign in to comment.