From 474caae2db53e92a70be61ce6f8dddcce1066600 Mon Sep 17 00:00:00 2001 From: Phoenix591 <11486+Phoenix591@users.noreply.github.com> Date: Mon, 13 Feb 2023 09:01:14 -0600 Subject: [PATCH] MAINT: Finish removing bundled opus git module One of the tools (Gentoo Portage) I occasionally use to build mumble from git breaks with a submodule without a path. Finishes the removal started in commit d11fd05 by removing the second 3rdparty/opus section and url (without path) added in commit 60d0a86. --- .gitmodules | 2 -- 1 file changed, 2 deletions(-) diff --git a/.gitmodules b/.gitmodules index c44993d9b..8f6eab407 100644 --- a/.gitmodules +++ b/.gitmodules @@ -25,5 +25,3 @@ [submodule "3rdparty/SPSCQueue"] path = 3rdparty/SPSCQueue url = https://github.com/rigtorp/SPSCQueue.git -[submodule "opus"] - url = https://github.com/mumble-voip/opus.git