summaryrefslogtreecommitdiff
path: root/src/discord/store.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/discord/store.hpp')
-rw-r--r--src/discord/store.hpp8
1 files changed, 1 insertions, 7 deletions
diff --git a/src/discord/store.hpp b/src/discord/store.hpp
index cf1b114..6157f09 100644
--- a/src/discord/store.hpp
+++ b/src/discord/store.hpp
@@ -121,13 +121,7 @@ private:
sqlite3 *m_db;
int m_err = SQLITE_OK;
mutable char m_err_scratch[256] { 0 };
-
- // stupid shit i dont like to allow closing properly
- using type_signal_close = sigc::signal<void>;
- type_signal_close m_signal_close;
-
- public:
- type_signal_close signal_close();
+ std::filesystem::path m_db_path;
};
class Statement {