diff options
| author | Andreas Schwab | 2008-10-12 12:50:00 +0000 |
|---|---|---|
| committer | Andreas Schwab | 2008-10-12 12:50:00 +0000 |
| commit | 990a73f04944decbcaf330c60ae3557b5a84ceca (patch) | |
| tree | d0c2e71dab3e7337e481800033fbe2af482bf1f0 /src/ftfont.h | |
| parent | f6d52a3393b96613cadfd0010a1ce2123678526c (diff) | |
| download | emacs-990a73f04944decbcaf330c60ae3557b5a84ceca.tar.gz emacs-990a73f04944decbcaf330c60ae3557b5a84ceca.zip | |
* ftfont.c (ftfont_shape_by_flt): Make static.
* ftfont.h (ftfont_shape_by_flt): Don't declare.
Diffstat (limited to 'src/ftfont.h')
| -rw-r--r-- | src/ftfont.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/src/ftfont.h b/src/ftfont.h index 6a1ca92f4d8..02156cba326 100644 --- a/src/ftfont.h +++ b/src/ftfont.h | |||
| @@ -33,10 +33,8 @@ along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */ | |||
| 33 | #include <otf.h> | 33 | #include <otf.h> |
| 34 | #ifdef HAVE_M17N_FLT | 34 | #ifdef HAVE_M17N_FLT |
| 35 | #include <m17n-flt.h> | 35 | #include <m17n-flt.h> |
| 36 | extern Lisp_Object ftfont_shape_by_flt P_ ((Lisp_Object, struct font *, | ||
| 37 | FT_Face, OTF *)); | ||
| 38 | #endif /* HAVE_LIBOTF */ | ||
| 39 | #endif /* HAVE_M17N_FLT */ | 36 | #endif /* HAVE_M17N_FLT */ |
| 37 | #endif /* HAVE_LIBOTF */ | ||
| 40 | 38 | ||
| 41 | #endif /* EMACS_FTFONT_H */ | 39 | #endif /* EMACS_FTFONT_H */ |
| 42 | 40 | ||