diff options
author | azahi <azahi@teknik.io> | 2018-10-26 15:35:43 +0300 |
---|---|---|
committer | azahi <azahi@teknik.io> | 2018-10-26 15:35:43 +0300 |
commit | 809f8aae9566811497bf1dcf4006614dce99515b (patch) | |
tree | 48139aceee134d0ee115c6aa4c9400db05d345af | |
parent | Bump version to 0.15.2 and add "CPP" language pragma (diff) |
Remove X11 and alsa-mixer submodules
Diffstat (limited to '')
-rw-r--r-- | .gitmodules | 6 | ||||
m--------- | vendor/X11 | 0 | ||||
m--------- | vendor/alsa-mixer | 0 |
3 files changed, 0 insertions, 6 deletions
diff --git a/.gitmodules b/.gitmodules index e193701..781a58e 100644 --- a/.gitmodules +++ b/.gitmodules @@ -4,9 +4,3 @@ [submodule "vendor/xmonad-contrib"] path = vendor/xmonad-contrib url = https://github.com/azahi/xmonad-contrib -[submodule "vendor/alsa-mixer"] - path = vendor/alsa-mixer - url = https://github.com/azahi/alsa-mixer -[submodule "vendor/X11"] - path = vendor/X11 - url = https://github.com/azahi/X11 diff --git a/vendor/X11 b/vendor/X11 deleted file mode 160000 -Subproject 9f6df0d79665a285ef9923124a58b38053b8ca1 diff --git a/vendor/alsa-mixer b/vendor/alsa-mixer deleted file mode 160000 -Subproject ab0c5bc9ee43307dc00db3750ba607753239d26 |