mirror of
https://github.com/TerryCavanagh/VVVVVV.git
synced 2024-12-22 17:49:43 +01:00
Remove utfcpp submodule
It's no longer used now that we have our own UTF-8 functions.
This commit is contained in:
parent
f34aa65faa
commit
b02e4737d4
3 changed files with 0 additions and 5 deletions
3
.gitmodules
vendored
3
.gitmodules
vendored
|
@ -7,9 +7,6 @@
|
||||||
[submodule "third_party/tinyxml2"]
|
[submodule "third_party/tinyxml2"]
|
||||||
path = third_party/tinyxml2
|
path = third_party/tinyxml2
|
||||||
url = https://github.com/leethomason/tinyxml2/
|
url = https://github.com/leethomason/tinyxml2/
|
||||||
[submodule "third_party/utfcpp"]
|
|
||||||
path = third_party/utfcpp
|
|
||||||
url = https://github.com/nemtrif/utfcpp
|
|
||||||
[submodule "third_party/FAudio"]
|
[submodule "third_party/FAudio"]
|
||||||
path = third_party/FAudio
|
path = third_party/FAudio
|
||||||
url = https://github.com/FNA-XNA/FAudio
|
url = https://github.com/FNA-XNA/FAudio
|
||||||
|
|
|
@ -147,7 +147,6 @@ if(BUNDLE_DEPENDENCIES)
|
||||||
../third_party/physfs/src
|
../third_party/physfs/src
|
||||||
../third_party/physfs/extras
|
../third_party/physfs/extras
|
||||||
../third_party/lodepng
|
../third_party/lodepng
|
||||||
../third_party/utfcpp/source
|
|
||||||
../third_party/c-hashmap
|
../third_party/c-hashmap
|
||||||
../third_party/FAudio/include
|
../third_party/FAudio/include
|
||||||
../third_party/FAudio/src
|
../third_party/FAudio/src
|
||||||
|
|
1
third_party/utfcpp
vendored
1
third_party/utfcpp
vendored
|
@ -1 +0,0 @@
|
||||||
Subproject commit d8b92208fddde08d628004563a1a3614a32cf8c8
|
|
Loading…
Reference in a new issue