projects
/
apps
/
home
/
video-player.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6b84198
)
Mark a couple functions as inline
author
Behdad Esfahbod
<behdad@behdad.org>
Tue, 4 May 2010 02:47:22 +0000
(22:47 -0400)
committer
Behdad Esfahbod
<behdad@behdad.org>
Tue, 4 May 2010 02:47:22 +0000
(22:47 -0400)
src/hb-open-type-private.hh
patch
|
blob
|
history
diff --git
a/src/hb-open-type-private.hh
b/src/hb-open-type-private.hh
index
508e670
..
75bd23d
100644
(file)
--- a/
src/hb-open-type-private.hh
+++ b/
src/hb-open-type-private.hh
@@
-143,7
+143,7
@@
struct hb_sanitize_context_t
};
-static
HB_UNUSED
void
+static
inline
void
_hb_sanitize_init (hb_sanitize_context_t *context,
hb_blob_t *blob)
{
@@
-157,7
+157,7
@@
_hb_sanitize_init (hb_sanitize_context_t *context,
blob, context->start, context->end, context->end - context->start);
}
-static
HB_UNUSED
void
+static
inline
void
_hb_sanitize_fini (hb_sanitize_context_t *context HB_UNUSED,
hb_blob_t *blob)
{