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

@@ -20,10 +20,6 @@ GtkIntegration *GtkIntegration::Instance() {
void GtkIntegration::load() {
}
bool GtkIntegration::loaded() const {
return false;
}
std::optional<int> GtkIntegration::scaleFactor() const {
return std::nullopt;
}