summaryrefslogtreecommitdiff
path: root/vcl
diff options
context:
space:
mode:
authorTor Lillqvist <tml@iki.fi>2013-04-08 00:47:06 +0300
committerTor Lillqvist <tml@iki.fi>2013-04-08 02:14:18 +0300
commit924856e9133ff7df0e6dbad8aba2688adcbe54d9 (patch)
tree3b5cd200149d721e9e8359bac9727f62ab5c44b7 /vcl
parent04bcd32641bdc961782b09db43ab35fefa70e8f8 (diff)
Bin unused fields and an unimplemented method
Change-Id: Icf98fe5a41a53423f6e086e64e8e57f848b7e482
Diffstat (limited to 'vcl')
-rw-r--r--vcl/inc/coretext/salcoretextstyle.hxx3
1 files changed, 0 insertions, 3 deletions
diff --git a/vcl/inc/coretext/salcoretextstyle.hxx b/vcl/inc/coretext/salcoretextstyle.hxx
index c2a0faee0d32..84fd574b3b9f 100644
--- a/vcl/inc/coretext/salcoretextstyle.hxx
+++ b/vcl/inc/coretext/salcoretextstyle.hxx
@@ -37,7 +37,6 @@ public:
long GetFontStretchedSize() const;
float GetFontStretchFactor() const { return m_stretch_factor; };
CTParagraphStyleRef GetParagraphStyle() const { return m_CTParagraphStyle; } ;
- CGSize GetSize() const;
CGColorRef GetColor() const { return m_color; } ;
void SetColor(SalColor color);
void SetColor(void);
@@ -48,8 +47,6 @@ private:
bool m_fake_italic;
CGAffineTransform m_matrix;
float m_stretch_factor;
- float m_font_scale;
- float m_fake_dpi_scale;
CTParagraphStyleRef m_CTParagraphStyle;
CTFontRef m_CTFont;
CGColorRef m_color;