Browse Source

Remove unused variables

FT_Face   _ftFace; never used an causes extra warnings during "npm install"
v1.x
Кузнецов Дмитрий 10 years ago
committed by Nathan Rajlich
parent
commit
004758c725
  1. 1
      src/FontFace.h

1
src/FontFace.h

@ -24,7 +24,6 @@ class FontFace: public node::ObjectWrap {
inline cairo_font_face_t *cairoFace(){ return _crFace; }
private:
~FontFace();
FT_Face _ftFace;
cairo_font_face_t *_crFace;
static bool _initLibrary;
};

Loading…
Cancel
Save