summaryrefslogtreecommitdiffstats
path: root/src/gui/kernel/qplatformscreen.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/gui/kernel/qplatformscreen.h')
-rw-r--r--src/gui/kernel/qplatformscreen.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/gui/kernel/qplatformscreen.h b/src/gui/kernel/qplatformscreen.h
index 0bd0b77751..29e0080ed9 100644
--- a/src/gui/kernel/qplatformscreen.h
+++ b/src/gui/kernel/qplatformscreen.h
@@ -127,10 +127,6 @@ public:
// The platform screen's geometry in device independent coordinates
QRect deviceIndependentGeometry() const;
- // Accessors for QScreen geometry in native coordinates. Platform plugins should use these
- // instead of accessing QScreen directly.
- QRect screenGeometry() const;
- QRect screenAvailableGeometry() const;
protected:
void resizeMaximizedWindows();