aboutsummaryrefslogtreecommitdiff
path: root/src/mods.h
diff options
context:
space:
mode:
authorYour Name <you@example.com>2022-04-20 12:07:48 -0400
committerYour Name <you@example.com>2022-04-20 12:07:48 -0400
commit534088c3c721654fef662a2d2051d1ff3bbb1c20 (patch)
tree91f0bfdd26164435906fbcd66d3a9753ed36a0c5 /src/mods.h
parent7fc9d0c19efb22cb02af7f34c8473c960ec2d02e (diff)
downloadbiblereader-534088c3c721654fef662a2d2051d1ff3bbb1c20.tar.gz
biblereader-534088c3c721654fef662a2d2051d1ff3bbb1c20.tar.bz2
biblereader-534088c3c721654fef662a2d2051d1ff3bbb1c20.zip
Code simplifications
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();