mirror of
https://github.com/Relintai/rcpp_framework.git
synced 2024-11-14 04:57:21 +01:00
Removed leftover methods from User.h.
This commit is contained in:
parent
57b6199e5d
commit
34b38ac237
@ -23,14 +23,6 @@ public:
|
||||
std::string password_reset_token;
|
||||
bool locked;
|
||||
|
||||
void file_save();
|
||||
void file_load();
|
||||
void file_ensure_directory_exist();
|
||||
std::string file_get_base_path();
|
||||
static void file_load_all();
|
||||
static std::string file_get_path();
|
||||
static void file_set_path(const std::string &path);
|
||||
|
||||
std::string to_json(rapidjson::Document *into = nullptr);
|
||||
void from_json(const std::string &data);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user