From 051954c90ec97daafe76692b67af95eda68db48f Mon Sep 17 00:00:00 2001 From: David Capello Date: Mon, 11 Nov 2024 12:41:30 -0300 Subject: [PATCH] Remove third_party/gtest submodule as we use laf/third_party/googletest --- .gitmodules | 3 --- 1 file changed, 3 deletions(-) diff --git a/.gitmodules b/.gitmodules index 20651e688..8fb144e0c 100644 --- a/.gitmodules +++ b/.gitmodules @@ -4,9 +4,6 @@ [submodule "third_party/simpleini"] path = third_party/simpleini url = https://github.com/aseprite/simpleini.git -[submodule "third_party/gtest"] - path = third_party/gtest - url = https://github.com/aseprite/gtest.git [submodule "third_party/libwebp"] path = third_party/libwebp url = https://github.com/aseprite/libwebp.git