summaryrefslogtreecommitdiff
path: root/include/vcl/settings.hxx
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2016-07-10 16:13:16 +0100
committerCaolán McNamara <caolanm@redhat.com>2016-07-10 19:12:39 +0100
commitec950f8ebb2745ccff2275dcc09d2034cd73dfeb (patch)
tree4717b5ae728a90ef39b66f2cd1f04e46d023eed8 /include/vcl/settings.hxx
parentcc8ffd0f49662aaa9d754239c071b207327c896f (diff)
ditch the font/screen-scaling thing
its of limited utility wrt the vcl layout work and optimal size widgets, and its confuses people looking for hidpi settings Change-Id: I37d21b480446f9fe2845b3a2d9fd59cdeddf1a93
Diffstat (limited to 'include/vcl/settings.hxx')
-rw-r--r--include/vcl/settings.hxx6
1 files changed, 0 insertions, 6 deletions
diff --git a/include/vcl/settings.hxx b/include/vcl/settings.hxx
index acbacf3346d0..93b78d292f62 100644
--- a/include/vcl/settings.hxx
+++ b/include/vcl/settings.hxx
@@ -501,12 +501,6 @@ public:
void SetCursorBlinkTime( sal_uInt64 nBlinkTime );
sal_uInt64 GetCursorBlinkTime() const;
- void SetScreenZoom( sal_uInt16 nPercent );
- sal_uInt16 GetScreenZoom() const;
-
- void SetScreenFontZoom( sal_uInt16 nPercent );
- sal_uInt16 GetScreenFontZoom() const;
-
void SetDragFullOptions( DragFullOptions nOptions );
DragFullOptions GetDragFullOptions() const;