summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMegaMech <MegaMech@users.noreply.github.com>2025-06-16 16:33:31 -0600
committerGitHub <noreply@github.com>2025-06-16 16:33:31 -0600
commitd3a3e761cff650c8a4b707377dd17f70dc4e9ca0 (patch)
tree9b65d300d42e800af6115422d8cbe58c754bf5bf
parentf6e2f12371828834b209154a04d4b3d78d9c4fc7 (diff)
Remove unused submodules (#226)
* Update .gitmodules * Delete import
-rw-r--r--.gitmodules6
-rwxr-xr-ximport7
2 files changed, 0 insertions, 13 deletions
diff --git a/.gitmodules b/.gitmodules
index 29bd1ef14..8aa167299 100644
--- a/.gitmodules
+++ b/.gitmodules
@@ -1,9 +1,3 @@
-[submodule "tools/asm-differ"]
- path = tools/asm-differ
- url = https://github.com/simonlindholm/asm-differ
-[submodule "tools/decomp-permuter"]
- path = tools/decomp-permuter
- url = https://github.com/simonlindholm/decomp-permuter
[submodule "doxygen-awesome-css"]
path = doxygen-awesome-css
url = https://github.com/jothepro/doxygen-awesome-css.git
diff --git a/import b/import
deleted file mode 100755
index 73ba30c65..000000000
--- a/import
+++ /dev/null
@@ -1,7 +0,0 @@
-#!/bin/bash
-
-# note, this quick hack only works with five arguments.
-# if you're trying to use six arguments, you need to add another `$6` etc.
-
-python3 tools/decomp-permuter/import.py $1 $2 $3 $4 $5
-