Skip to content

Commit

Permalink
[Cleanup] Remove unused optionsdialog
Browse files Browse the repository at this point in the history
  • Loading branch information
random-zebra committed Apr 10, 2021
1 parent a66d3f9 commit 7f71823
Show file tree
Hide file tree
Showing 5 changed files with 0 additions and 1,263 deletions.
4 changes: 0 additions & 4 deletions src/Makefile.qt.include
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ QT_FORMS_UI = \
qt/forms/helpmessagedialog.ui \
qt/forms/intro.ui \
qt/forms/openuridialog.ui \
qt/forms/optionsdialog.ui \
qt/forms/rpcconsole.ui \
qt/pivx/forms/loadingdialog.ui \
qt/pivx/forms/snackbar.ui \
Expand Down Expand Up @@ -85,7 +84,6 @@ QT_MOC_CPP = \
qt/moc_macnotificationhandler.cpp \
qt/moc_notificator.cpp \
qt/moc_openuridialog.cpp \
qt/moc_optionsdialog.cpp \
qt/moc_optionsmodel.cpp \
qt/moc_peertablemodel.cpp \
qt/moc_paymentserver.cpp \
Expand Down Expand Up @@ -192,7 +190,6 @@ BITCOIN_QT_H = \
qt/networkstyle.h \
qt/notificator.h \
qt/openuridialog.h \
qt/optionsdialog.h \
qt/optionsmodel.h \
qt/paymentrequestplus.h \
qt/paymentserver.h \
Expand Down Expand Up @@ -505,7 +502,6 @@ BITCOIN_QT_BASE_CPP = \
qt/intro.cpp \
qt/networkstyle.cpp \
qt/notificator.cpp \
qt/optionsdialog.cpp \
qt/optionsmodel.cpp \
qt/peertablemodel.cpp \
qt/platformstyle.cpp \
Expand Down
1 change: 0 additions & 1 deletion src/qt/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,6 @@ SET(QT_SOURCES
${CMAKE_CURRENT_SOURCE_DIR}/intro.cpp
${CMAKE_CURRENT_SOURCE_DIR}/networkstyle.cpp
${CMAKE_CURRENT_SOURCE_DIR}/notificator.cpp
${CMAKE_CURRENT_SOURCE_DIR}/optionsdialog.cpp
${CMAKE_CURRENT_SOURCE_DIR}/optionsmodel.cpp
${CMAKE_CURRENT_SOURCE_DIR}/peertablemodel.cpp
${CMAKE_CURRENT_SOURCE_DIR}/platformstyle.cpp
Expand Down
Loading

0 comments on commit 7f71823

Please sign in to comment.