mirror of
https://github.com/kotatogram/kotatogram-desktop
synced 2025-08-31 14:45:14 +00:00
Remove Session::Exists() global access point.
This commit is contained in:
@@ -71,8 +71,6 @@ public:
|
||||
Session(const Session &other) = delete;
|
||||
Session &operator=(const Session &other) = delete;
|
||||
|
||||
[[nodiscard]] static bool Exists();
|
||||
|
||||
[[nodiscard]] Main::Account &account() const;
|
||||
[[nodiscard]] Storage::Account &local() const;
|
||||
|
||||
|
Reference in New Issue
Block a user