summaryrefslogtreecommitdiff
path: root/src/hb-font.cc
diff options
context:
space:
mode:
authorBehdad Esfahbod <behdad@behdad.org>2011-08-04 20:00:53 -0400
committerBehdad Esfahbod <behdad@behdad.org>2011-08-04 20:00:53 -0400
commitc605bbbb6d4b2a98b1f40ca818760088d991f7d1 (patch)
tree9e0afbd910c05557a82f2acaf702d4ff39216b35 /src/hb-font.cc
parent8336186a52813b53e90b4399dc462d55750e2d37 (diff)
Remove C++ guards from source files
Where causing issues for people with MSVC.
Diffstat (limited to 'src/hb-font.cc')
-rw-r--r--src/hb-font.cc2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/hb-font.cc b/src/hb-font.cc
index d92f5984..3c5e8026 100644
--- a/src/hb-font.cc
+++ b/src/hb-font.cc
@@ -34,7 +34,6 @@
#include <string.h>
-HB_BEGIN_DECLS
/*
@@ -920,4 +919,3 @@ hb_font_get_ppem (hb_font_t *font,
}
-HB_END_DECLS