summaryrefslogtreecommitdiff
path: root/src/settings_storage.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/settings_storage.hpp')
-rw-r--r--src/settings_storage.hpp14
1 files changed, 0 insertions, 14 deletions
diff --git a/src/settings_storage.hpp b/src/settings_storage.hpp
deleted file mode 100644
index d442d6f..0000000
--- a/src/settings_storage.hpp
+++ /dev/null
@@ -1,14 +0,0 @@
-#pragma once
-
-#include <string>
-
-namespace smtp
-{
- struct SettingsStorage
- {
- std::string username;
- std::string password;
- std::string host;
- std::string port;
- };
-}