Remove tor submodule

This commit is contained in:
tobtoht 2022-02-08 15:22:03 +01:00
parent 4d2dc4be22
commit e7ee8f59ef
No known key found for this signature in database
GPG key ID: 1CADD27F41F45C3C
3 changed files with 0 additions and 5 deletions

3
.gitmodules vendored
View file

@ -1,6 +1,3 @@
[submodule "monero"]
path = monero
url = https://git.featherwallet.org/feather/monero.git
[submodule "contrib/tor"]
path = contrib/tor
url = https://git.torproject.org/tor.git

@ -1 +0,0 @@
Subproject commit e68770719ef4d3d3b83398715b1e10391ab6a1b4

View file

@ -129,7 +129,6 @@ target_include_directories(feather PUBLIC
${CMAKE_CURRENT_SOURCE_DIR}/libwalletqt
${CMAKE_CURRENT_SOURCE_DIR}/model
${CMAKE_CURRENT_SOURCE_DIR}/utils
${CMAKE_CURRENT_SOURCE_DIR}/tor
${CMAKE_CURRENT_SOURCE_DIR}/qrcode
${X11_INCLUDE_DIR}
${Boost_INCLUDE_DIRS}