Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(57)

Unified Diff: src/cff_type2_charstring.cc

Issue 13449003: [OTS] Make standalone tools compile on Mac (Closed) Base URL: http://ots.googlecode.com/svn/trunk/
Patch Set: Created 7 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | test/idempotent.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/cff_type2_charstring.cc
===================================================================
--- src/cff_type2_charstring.cc (revision 98)
+++ src/cff_type2_charstring.cc (working copy)
@@ -38,6 +38,8 @@
bool *out_found_width,
size_t *in_out_num_stems);
+// TODO(ksakamoto): Remove the below function (looks like unused function).
Yusuke Sato 2013/04/03 07:40:32 #if 0 does not look good. Please just remove the f
Kunihiko Sakamoto 2013/04/03 08:18:04 Just removed it.
+#if 0
// Converts |op| to a string and returns it.
const char *Type2CharStringOperatorToString(ots::Type2CharStringOperator op) {
switch (op) {
@@ -139,6 +141,7 @@
return "UNKNOWN";
}
+#endif
// Read one or more bytes from the |char_string| buffer and stores the number
// read on |out_number|. If the number read is an operator (ex 'vstem'), sets
« no previous file with comments | « no previous file | test/idempotent.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698