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:
@@ -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;
|
||||
}
|
||||
|
Reference in New Issue
Block a user