aboutsummaryrefslogtreecommitdiff
path: root/src/mods.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mods.h')
-rw-r--r--src/mods.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/mods.h b/src/mods.h
index 7373961..dab5a15 100644
--- a/src/mods.h
+++ b/src/mods.h
@@ -22,9 +22,6 @@ public:
Mods(Header *header, Gtk::Window *window);
virtual ~Mods();
- void installMods(std::vector<std::string> filenames);
- void uninstallMods(std::vector<std::string> modnames);
- void updateInstallable();
void displayMain();
void displayDownload();