2
0
mirror of https://github.com/kotatogram/kotatogram-desktop synced 2025-09-05 09:05:14 +00:00

Remove unneeded checks for GtkIntegration::loaded()

Due to rearranged loading of gtk methods
This commit is contained in:
Ilya Fedin
2021-02-22 08:10:58 +04:00
committed by John Preston
parent 53fd3fce84
commit 23c8d7f38f
3 changed files with 3 additions and 14 deletions

View File

@@ -17,7 +17,6 @@ public:
static GtkIntegration *Instance();
void load();
[[nodiscard]] bool loaded() const;
[[nodiscard]] std::optional<int> scaleFactor() const;