Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove unused HeaderBanner component #5245

Merged
merged 1 commit into from
Dec 15, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 0 additions & 2 deletions src/gui/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -169,8 +169,6 @@ set(client_SRCS
guiutility.cpp
elidedlabel.h
elidedlabel.cpp
headerbanner.h
headerbanner.cpp
iconutils.h
iconutils.cpp
remotewipe.h
Expand Down
1 change: 0 additions & 1 deletion src/gui/creds/webflowcredentialsdialog.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
#include "theme.h"
#include "application.h"
#include "owncloudgui.h"
#include "headerbanner.h"
#include "wizard/owncloudwizardcommon.h"
#ifdef WITH_WEBENGINE
#include "wizard/webview.h"
Expand Down
2 changes: 0 additions & 2 deletions src/gui/creds/webflowcredentialsdialog.h
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ class QVBoxLayout;

namespace OCC {

class HeaderBanner;
#ifdef WITH_WEBENGINE
class WebView;
#endif // WITH_WEBENGINE
Expand Down Expand Up @@ -60,7 +59,6 @@ public slots:
QLabel *_infoLabel;
QVBoxLayout *_layout;
QVBoxLayout *_containerLayout;
HeaderBanner *_headerBanner;
};

} // namespace OCC
Expand Down
146 changes: 0 additions & 146 deletions src/gui/headerbanner.cpp

This file was deleted.

93 changes: 0 additions & 93 deletions src/gui/headerbanner.h

This file was deleted.