Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 429ffce

Browse files
committed
Remove unused variable.
1 parent 40ac5df commit 429ffce

File tree

2 files changed

+0
-3
lines changed

2 files changed

+0
-3
lines changed

src/ft2font.cpp

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -532,8 +532,6 @@ FT2Font::~FT2Font()
532532

533533
void FT2Font::clear()
534534
{
535-
angle = 0.0;
536-
537535
pen.x = 0;
538536
pen.y = 0;
539537

src/ft2font.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,6 @@ class FT2Font
124124
std::vector<FT_Vector> pos;
125125
FT_BBox bbox;
126126
FT_Pos advance;
127-
double angle;
128127
double ptsize;
129128
double dpi;
130129
long hinting_factor;

0 commit comments

Comments
 (0)