Skip to content

Commit

Permalink
remove unused includes from fontserver.cpp and binding.gyp, ref #17
Browse files Browse the repository at this point in the history
  • Loading branch information
mikemorris committed Mar 19, 2014
1 parent bc3bd30 commit 175f511
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 9 deletions.
3 changes: 0 additions & 3 deletions binding.gyp
Original file line number Diff line number Diff line change
Expand Up @@ -31,15 +31,12 @@
'target_name': 'fontserver',
'sources': [
'src/fontserver.cpp',
'src/pango_font.cpp',
'src/pango_shaper.cpp',
'src/tile_freetype.cpp',
'src/clipper.cpp',
'src/sdf_renderer.cpp',
'src/distmap.c',
'src/edtaa4func.c',
'src/globals.cpp',
'src/metrics.pb.cc',
'src/vector_tile.pb.cc'
],
'include_dirs': [
Expand Down
6 changes: 0 additions & 6 deletions src/fontserver.cpp
Original file line number Diff line number Diff line change
@@ -1,13 +1,7 @@
#include <node.h>
#include "pango_shaper.hpp"
#include "ft_font.hpp"
#include "tile.hpp"

typedef FT_Font Font;

void RegisterModule(v8::Handle<v8::Object> target) {
InitShaping(target);
Font::Init(target);
Tile::Init(target);
}

Expand Down

0 comments on commit 175f511

Please sign in to comment.