Skip to content

Commit

Permalink
GUI: clean not longer used addnewaddressdialog.
Browse files Browse the repository at this point in the history
  • Loading branch information
furszy committed Nov 27, 2021
1 parent 9c67b0a commit af1ffbe
Show file tree
Hide file tree
Showing 5 changed files with 0 additions and 268 deletions.
4 changes: 0 additions & 4 deletions src/Makefile.qt.include
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,6 @@ QT_FORMS_UI = \
qt/pivx/forms/sendcustomfeedialog.ui \
qt/pivx/forms/sendmultirow.ui \
qt/pivx/forms/send.ui \
qt/pivx/forms/addnewaddressdialog.ui \
qt/pivx/forms/addnewcontactdialog.ui \
qt/pivx/forms/requestdialog.ui \
qt/pivx/forms/receivewidget.ui \
Expand Down Expand Up @@ -134,7 +133,6 @@ QT_MOC_CPP = \
qt/pivx/moc_sendmemodialog.cpp \
qt/pivx/moc_sendmultirow.cpp \
qt/pivx/moc_send.cpp \
qt/pivx/moc_addnewaddressdialog.cpp \
qt/pivx/moc_addnewcontactdialog.cpp \
qt/pivx/moc_requestdialog.cpp \
qt/pivx/moc_receivewidget.cpp \
Expand Down Expand Up @@ -253,7 +251,6 @@ BITCOIN_QT_H = \
qt/pivx/sendmemodialog.h \
qt/pivx/sendmultirow.h \
qt/pivx/send.h \
qt/pivx/addnewaddressdialog.h \
qt/pivx/addnewcontactdialog.h \
qt/pivx/requestdialog.h \
qt/pivx/receivewidget.h \
Expand Down Expand Up @@ -594,7 +591,6 @@ BITCOIN_QT_WALLET_CPP = \
qt/pivx/sendmemodialog.cpp \
qt/pivx/sendmultirow.cpp \
qt/pivx/send.cpp \
qt/pivx/addnewaddressdialog.cpp \
qt/pivx/addnewcontactdialog.cpp \
qt/pivx/requestdialog.cpp \
qt/pivx/receivewidget.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 @@ -134,7 +134,6 @@ SET(QT_SOURCES
${CMAKE_CURRENT_SOURCE_DIR}/pivx/sendmemodialog.cpp
${CMAKE_CURRENT_SOURCE_DIR}/pivx/sendmultirow.cpp
${CMAKE_CURRENT_SOURCE_DIR}/pivx/send.cpp
${CMAKE_CURRENT_SOURCE_DIR}/pivx/addnewaddressdialog.cpp
${CMAKE_CURRENT_SOURCE_DIR}/pivx/addnewcontactdialog.cpp
${CMAKE_CURRENT_SOURCE_DIR}/pivx/requestdialog.cpp
${CMAKE_CURRENT_SOURCE_DIR}/pivx/receivewidget.cpp
Expand Down
31 changes: 0 additions & 31 deletions src/qt/pivx/addnewaddressdialog.cpp

This file was deleted.

26 changes: 0 additions & 26 deletions src/qt/pivx/addnewaddressdialog.h

This file was deleted.

206 changes: 0 additions & 206 deletions src/qt/pivx/forms/addnewaddressdialog.ui

This file was deleted.

0 comments on commit af1ffbe

Please sign in to comment.