]> Nutra Git (v2) - gamesguru/feather.git/commitdiff
Remove tor submodule
authortobtoht <thotbot@protonmail.com>
Tue, 8 Feb 2022 14:22:03 +0000 (15:22 +0100)
committertobtoht <thotbot@protonmail.com>
Tue, 8 Feb 2022 14:22:03 +0000 (15:22 +0100)
.gitmodules
contrib/tor [deleted submodule]
src/CMakeLists.txt

index 5a3ea2ddf5dc2fcb5edeaddfb94e4b4cfe5e2523..d49c51530a6284b9366defaeec2485e8f454990c 100644 (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
diff --git a/contrib/tor b/contrib/tor
deleted file mode 160000 (submodule)
index e687707..0000000
+++ /dev/null
@@ -1 +0,0 @@
-Subproject commit e68770719ef4d3d3b83398715b1e10391ab6a1b4
index 78fab9eb6c9da11a58d81af0a96ef0b326005531..624987bb190630f4c6c2561df76408502ad8dfbf 100644 (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}