diff options
Diffstat (limited to 'src/mods.h')
-rw-r--r-- | src/mods.h | 3 |
1 files changed, 0 insertions, 3 deletions
@@ -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(); |