From fe61f2d394bd9905f253575c52ec454f4ed40bf5 Mon Sep 17 00:00:00 2001 From: lupoDharkael Date: Wed, 10 Jan 2018 17:33:13 +0100 Subject: [PATCH] Remove gitmodules file The project mantains modified versions of its dependencies and that's why it doesn't use submodules. An update have to be done manually. --- .gitmodules | 3 --- 1 file changed, 3 deletions(-) delete mode 100644 .gitmodules diff --git a/.gitmodules b/.gitmodules deleted file mode 100644 index 3795c16c..00000000 --- a/.gitmodules +++ /dev/null @@ -1,3 +0,0 @@ -[submodule "singleapplication"] - path = singleapplication - url = https://github.com/itay-grudev/SingleApplication