From e7ee8f59ef543f67ba227c4673b877c8e78e8273 Mon Sep 17 00:00:00 2001 From: tobtoht Date: Tue, 8 Feb 2022 15:22:03 +0100 Subject: [PATCH] Remove tor submodule --- .gitmodules | 3 --- contrib/tor | 1 - src/CMakeLists.txt | 1 - 3 files changed, 5 deletions(-) delete mode 160000 contrib/tor diff --git a/.gitmodules b/.gitmodules index 5a3ea2dd..d49c5153 100644 --- a/.gitmodules +++ b/.gitmodules @@ -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 diff --git a/contrib/tor b/contrib/tor deleted file mode 160000 index e6877071..00000000 --- a/contrib/tor +++ /dev/null @@ -1 +0,0 @@ -Subproject commit e68770719ef4d3d3b83398715b1e10391ab6a1b4 diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index 78fab9eb..624987bb 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -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} -- 2.52.0