From 7fc9d0c19efb22cb02af7f34c8473c960ec2d02e Mon Sep 17 00:00:00 2001 From: Your Name Date: Tue, 19 Apr 2022 17:29:34 -0400 Subject: Code refactoring --- src/sword.h | 29 ----------------------------- 1 file changed, 29 deletions(-) delete mode 100644 src/sword.h (limited to 'src/sword.h') diff --git a/src/sword.h b/src/sword.h deleted file mode 100644 index 1cd7f61..0000000 --- a/src/sword.h +++ /dev/null @@ -1,29 +0,0 @@ -#pragma once -#include -#include - -using namespace::std; - -class Sword { -public: - Sword(); - virtual ~Sword(); - - std::vector getModules(void); - std::vector getBooks(void); - void setModule(std::string modName); - void fillBuffer(std::string ref, Glib::RefPtr buf); - void getConfig(std::string book, int chapter, struct config *conf); - -protected: - std::string currMod; - -}; - -struct config { - int chapter; - std::string book; - std::string bookFull; - int maxChapter; - std::string version; -}; -- cgit v1.2.3