Skip to content

Commit

Permalink
Merge #2893: [GUI] Remove unused addressbookpage references
Browse files Browse the repository at this point in the history
5bcd7d3 build: make translate (Fuzzbawls)
e5735a9 [GUI] Remove unused addressbookpage references (Fuzzbawls)

Pull request description:

  This is an artifact from before the UI redesign that came with v4.0, and
  is no longer used anywhere in the current wallet version.

  ---

  This effectively removes some unused translation strings, otherwise this is of no functional consequence.

ACKs for top commit: 5bcd7d3
  panleone:
    utACK 5bcd7d3, nice clean up
  Liquid369:
    tACK 5bcd7d3

Tree-SHA512: 5bb0c87c52cb136292ea6f0c5910fcd0e1f2bc501d81718391cbfaf6ae0119014d43706088d5402cde7e66907390fe6e48fd18988abf8f6a3535160e0ed57471
  • Loading branch information
Fuzzbawls committed Feb 7, 2024
2 parents 658f2fe + 5bcd7d3 commit 012387d
Show file tree
Hide file tree
Showing 8 changed files with 42 additions and 578 deletions.
4 changes: 0 additions & 4 deletions src/Makefile.qt.include
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ EXTRA_LIBRARIES += qt/libbitcoinqt.a
include Makefile.qt_locale.include

QT_FORMS_UI = \
qt/forms/addressbookpage.ui \
qt/forms/askpassphrasedialog.ui \
qt/forms/coincontroldialog.ui \
qt/forms/editaddressdialog.ui \
Expand Down Expand Up @@ -71,7 +70,6 @@ QT_FORMS_UI = \
qt/pivx/forms/splash.ui

QT_MOC_CPP = \
qt/moc_addressbookpage.cpp \
qt/moc_addresstablemodel.cpp \
qt/moc_askpassphrasedialog.cpp \
qt/moc_bantablemodel.cpp \
Expand Down Expand Up @@ -174,7 +172,6 @@ QT_QRC_LOCALE_CPP = qt/qrc_pivx_locale.cpp
QT_QRC_LOCALE = qt/pivx_locale.qrc

BITCOIN_QT_H = \
qt/addressbookpage.h \
qt/addresstablemodel.h \
qt/askpassphrasedialog.h \
qt/bantablemodel.h \
Expand Down Expand Up @@ -539,7 +536,6 @@ BITCOIN_QT_BASE_CPP = \
BITCOIN_QT_WINDOWS_CPP = qt/winshutdownmonitor.cpp

BITCOIN_QT_WALLET_CPP = \
qt/addressbookpage.cpp \
qt/addresstablemodel.cpp \
qt/askpassphrasedialog.cpp \
qt/coincontroldialog.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 @@ -77,7 +77,6 @@ SET(QT_SOURCES
${CMAKE_CURRENT_SOURCE_DIR}/rpcexecutor.cpp
${CMAKE_CURRENT_SOURCE_DIR}/trafficgraphwidget.cpp
${CMAKE_CURRENT_SOURCE_DIR}/utilitydialog.cpp
${CMAKE_CURRENT_SOURCE_DIR}/addressbookpage.cpp
${CMAKE_CURRENT_SOURCE_DIR}/addresstablemodel.cpp
${CMAKE_CURRENT_SOURCE_DIR}/askpassphrasedialog.cpp
${CMAKE_CURRENT_SOURCE_DIR}/coincontroldialog.cpp
Expand Down
299 changes: 0 additions & 299 deletions src/qt/addressbookpage.cpp

This file was deleted.

Loading

0 comments on commit 012387d

Please sign in to comment.