From 7f27836bd2b980e0614091e660ad49da52678817 Mon Sep 17 00:00:00 2001 From: workgroupengineering Date: Thu, 7 Mar 2024 20:09:46 +0100 Subject: [PATCH] fix: Missing remove Tmds.DBus.SourceGenerator submodule (#14867) PR #14548 restored using Tmds.DBus.SourceGenerator nuget package instead of submodule, but missing submodule removal. --- .gitmodules | 3 --- 1 file changed, 3 deletions(-) diff --git a/.gitmodules b/.gitmodules index 6e9f2f7c14..032bc879cc 100644 --- a/.gitmodules +++ b/.gitmodules @@ -7,6 +7,3 @@ [submodule "nukebuild/il-repack"] path = nukebuild/il-repack url = https://github.com/Gillibald/il-repack -[submodule "external/Tmds.DBus.SourceGenerator"] - path = external/Tmds.DBus.SourceGenerator - url = https://github.com/jmacato/Tmds.DBus.SourceGenerator.git