Skip to content

Commit

Permalink
Remove unused GUI support code (#379)
Browse files Browse the repository at this point in the history
  • Loading branch information
Bushstar authored May 12, 2021
1 parent a2210fa commit e747597
Show file tree
Hide file tree
Showing 7 changed files with 5 additions and 544 deletions.
2 changes: 0 additions & 2 deletions src/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,6 @@ DEFI_CORE_H = \
init.h \
interfaces/chain.h \
interfaces/handler.h \
interfaces/node.h \
key.h \
key_io.h \
dbwrapper.h \
Expand Down Expand Up @@ -360,7 +359,6 @@ libdefi_server_a_SOURCES = \
index/blockfilterindex.cpp \
index/txindex.cpp \
interfaces/chain.cpp \
interfaces/node.cpp \
init.cpp \
dbwrapper.cpp \
masternodes/accounts.cpp \
Expand Down
4 changes: 0 additions & 4 deletions src/interfaces/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,6 @@ The following interfaces are defined here:

* [`ChainClient`](chain.h) — used by node to start & stop `Chain` clients. Added in [#14437](https://github.com/bitcoin/bitcoin/pull/14437).

* [`Node`](node.h) — used by GUI to start & stop defi node. Added in [#10244](https://github.com/bitcoin/bitcoin/pull/10244).

* [`Wallet`](wallet.h) — used by GUI to access wallets. Added in [#10244](https://github.com/bitcoin/bitcoin/pull/10244).

* [`Handler`](handler.h) — returned by `handleEvent` methods on interfaces above and used to manage lifetimes of event handlers.

* [`Init`](init.h) — used by multiprocess code to access interfaces above on startup. Added in [#10102](https://github.com/bitcoin/bitcoin/pull/10102).
Expand Down
290 changes: 0 additions & 290 deletions src/interfaces/node.cpp

This file was deleted.

Loading

0 comments on commit e747597

Please sign in to comment.