From 34b38ac23713626e00ba54121d390e60e76e8f97 Mon Sep 17 00:00:00 2001 From: Relintai Date: Sun, 22 Aug 2021 22:43:53 +0200 Subject: [PATCH] Removed leftover methods from User.h. --- modules/users/user.h | 8 -------- 1 file changed, 8 deletions(-) diff --git a/modules/users/user.h b/modules/users/user.h index fb4d6fb..5c11e2d 100644 --- a/modules/users/user.h +++ b/modules/users/user.h @@ -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);