Kaydet (Commit) 924856e9 authored tarafından Tor Lillqvist's avatar Tor Lillqvist

Bin unused fields and an unimplemented method

Change-Id: Icf98fe5a41a53423f6e086e64e8e57f848b7e482
üst 04bcd326
...@@ -37,7 +37,6 @@ public: ...@@ -37,7 +37,6 @@ public:
long GetFontStretchedSize() const; long GetFontStretchedSize() const;
float GetFontStretchFactor() const { return m_stretch_factor; }; float GetFontStretchFactor() const { return m_stretch_factor; };
CTParagraphStyleRef GetParagraphStyle() const { return m_CTParagraphStyle; } ; CTParagraphStyleRef GetParagraphStyle() const { return m_CTParagraphStyle; } ;
CGSize GetSize() const;
CGColorRef GetColor() const { return m_color; } ; CGColorRef GetColor() const { return m_color; } ;
void SetColor(SalColor color); void SetColor(SalColor color);
void SetColor(void); void SetColor(void);
...@@ -48,8 +47,6 @@ private: ...@@ -48,8 +47,6 @@ private:
bool m_fake_italic; bool m_fake_italic;
CGAffineTransform m_matrix; CGAffineTransform m_matrix;
float m_stretch_factor; float m_stretch_factor;
float m_font_scale;
float m_fake_dpi_scale;
CTParagraphStyleRef m_CTParagraphStyle; CTParagraphStyleRef m_CTParagraphStyle;
CTFontRef m_CTFont; CTFontRef m_CTFont;
CGColorRef m_color; CGColorRef m_color;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment