Skip to content

Commit

Permalink
Merge #2673: [Cleanup] Remove unused RecentRequestsTableModel and `…
Browse files Browse the repository at this point in the history
…PlatformStyle`

66e45eb [Cleanup] Remove unused PlatformStyle (random-zebra)
348adec [Cleanup] Remove unused recentRequestsTableModel (random-zebra)

Pull request description:

  Simple, purely negative, diff.

ACKs for top commit:
  furszy:
    utACK 66e45eb
  Fuzzbawls:
    ACK 66e45eb

Tree-SHA512: 55ce02a65a925bcae7e4b5af4c48be25da644b5feb1cefd435f2d1fceedd083625aad4613a867fabc26e3d6897c23d2bf6cf6d62101a10e7e386f0611d09d44f
  • Loading branch information
random-zebra committed Dec 14, 2021
2 parents 5dc6b88 + 66e45eb commit 0f3ecb7
Show file tree
Hide file tree
Showing 9 changed files with 0 additions and 543 deletions.
5 changes: 0 additions & 5 deletions src/Makefile.qt.include
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,6 @@ QT_MOC_CPP = \
qt/moc_paymentserver.cpp \
qt/moc_qvalidatedlineedit.cpp \
qt/moc_qvaluecombobox.cpp \
qt/moc_recentrequeststablemodel.cpp \
qt/moc_rpcconsole.cpp \
qt/moc_rpcexecutor.cpp \
qt/moc_trafficgraphwidget.cpp \
Expand Down Expand Up @@ -198,10 +197,8 @@ BITCOIN_QT_H = \
qt/optionsmodel.h \
qt/paymentserver.h \
qt/peertablemodel.h \
qt/platformstyle.h \
qt/qvalidatedlineedit.h \
qt/qvaluecombobox.h \
qt/recentrequeststablemodel.h \
qt/rpcconsole.h \
qt/rpcexecutor.h \
qt/trafficgraphwidget.h \
Expand Down Expand Up @@ -530,7 +527,6 @@ BITCOIN_QT_BASE_CPP = \
qt/notificator.cpp \
qt/optionsmodel.cpp \
qt/peertablemodel.cpp \
qt/platformstyle.cpp \
qt/qvalidatedlineedit.cpp \
qt/qvaluecombobox.cpp \
qt/rpcconsole.cpp \
Expand All @@ -549,7 +545,6 @@ BITCOIN_QT_WALLET_CPP = \
qt/editaddressdialog.cpp \
qt/openuridialog.cpp \
qt/paymentserver.cpp \
qt/recentrequeststablemodel.cpp \
qt/transactionfilterproxy.cpp \
qt/transactionrecord.cpp \
qt/transactiontablemodel.cpp \
Expand Down
2 changes: 0 additions & 2 deletions src/qt/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,6 @@ SET(QT_SOURCES
${CMAKE_CURRENT_SOURCE_DIR}/notificator.cpp
${CMAKE_CURRENT_SOURCE_DIR}/optionsmodel.cpp
${CMAKE_CURRENT_SOURCE_DIR}/peertablemodel.cpp
${CMAKE_CURRENT_SOURCE_DIR}/platformstyle.cpp
${CMAKE_CURRENT_SOURCE_DIR}/qvalidatedlineedit.cpp
${CMAKE_CURRENT_SOURCE_DIR}/qvaluecombobox.cpp
${CMAKE_CURRENT_SOURCE_DIR}/rpcconsole.cpp
Expand All @@ -94,7 +93,6 @@ SET(QT_SOURCES
${CMAKE_CURRENT_SOURCE_DIR}/editaddressdialog.cpp
${CMAKE_CURRENT_SOURCE_DIR}/openuridialog.cpp
${CMAKE_CURRENT_SOURCE_DIR}/paymentserver.cpp
${CMAKE_CURRENT_SOURCE_DIR}/recentrequeststablemodel.cpp
${CMAKE_CURRENT_SOURCE_DIR}/transactionfilterproxy.cpp
${CMAKE_CURRENT_SOURCE_DIR}/transactionrecord.cpp
${CMAKE_CURRENT_SOURCE_DIR}/transactiontablemodel.cpp
Expand Down
1 change: 0 additions & 1 deletion src/qt/pivx/topbar.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@
#include "clientmodel.h"
#include "qt/guiutil.h"
#include "optionsmodel.h"
#include "qt/platformstyle.h"
#include "walletmodel.h"
#include "addresstablemodel.h"

Expand Down
137 changes: 0 additions & 137 deletions src/qt/platformstyle.cpp

This file was deleted.

55 changes: 0 additions & 55 deletions src/qt/platformstyle.h

This file was deleted.

Loading

0 comments on commit 0f3ecb7

Please sign in to comment.