Skip to content

Commit

Permalink
[Qt] Remove unused obfuscationconfig
Browse files Browse the repository at this point in the history
obfuscationconfig(.h/.cpp) are unused and not needed at all anymore.
  • Loading branch information
Fuzzbawls committed May 15, 2019
1 parent 81038da commit 742a7b1
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 139 deletions.
4 changes: 0 additions & 4 deletions src/Makefile.qt.include
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,6 @@ QT_FORMS_UI = \
qt/forms/bip38tooldialog.ui \
qt/forms/coincontroldialog.ui \
qt/forms/blockexplorer.ui \
qt/forms/obfuscationconfig.ui \
qt/forms/editaddressdialog.ui \
qt/forms/governancepage.ui \
qt/forms/helpmessagedialog.ui \
Expand Down Expand Up @@ -83,7 +82,6 @@ QT_MOC_CPP = \
qt/moc_coincontroldialog.cpp \
qt/moc_coincontroltreewidget.cpp \
qt/moc_csvmodelwriter.cpp \
qt/moc_obfuscationconfig.cpp \
qt/moc_editaddressdialog.cpp \
qt/moc_governancepage.cpp \
qt/moc_guiutil.cpp \
Expand Down Expand Up @@ -159,7 +157,6 @@ BITCOIN_QT_H = \
qt/coincontroldialog.h \
qt/coincontroltreewidget.h \
qt/csvmodelwriter.h \
qt/obfuscationconfig.h \
qt/editaddressdialog.h \
qt/governancepage.h \
qt/guiconstants.h \
Expand Down Expand Up @@ -312,7 +309,6 @@ BITCOIN_QT_WALLET_CPP = \
qt/blockexplorer.cpp \
qt/coincontroldialog.cpp \
qt/coincontroltreewidget.cpp \
qt/obfuscationconfig.cpp \
qt/editaddressdialog.cpp \
qt/governancepage.cpp \
qt/masternodelist.cpp \
Expand Down
92 changes: 0 additions & 92 deletions src/qt/obfuscationconfig.cpp

This file was deleted.

42 changes: 0 additions & 42 deletions src/qt/obfuscationconfig.h

This file was deleted.

1 change: 0 additions & 1 deletion src/qt/overviewpage.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@
#include "guiutil.h"
#include "init.h"
#include "obfuscation.h"
#include "obfuscationconfig.h"
#include "optionsmodel.h"
#include "transactionfilterproxy.h"
#include "transactionrecord.h"
Expand Down

0 comments on commit 742a7b1

Please sign in to comment.