summaryrefslogtreecommitdiff
path: root/atari/font.h
diff options
context:
space:
mode:
Diffstat (limited to 'atari/font.h')
-rwxr-xr-xatari/font.h12
1 files changed, 3 insertions, 9 deletions
diff --git a/atari/font.h b/atari/font.h
index 72271803e..2717497b4 100755
--- a/atari/font.h
+++ b/atari/font.h
@@ -16,16 +16,10 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
-#ifndef NS_ATARI_FT_FONT_H
-#define NS_ATARI_FT_FONT_H
+#ifndef NS_ATARI_FONT_H
+#define NS_ATARI_FONT_H
+
-#include "utils/utf8.h"
-
-utf8_convert_ret local_encoding_to_utf8(const char *string,
- size_t len,
- char **result);
-
-int atari_to_ucs4( unsigned char atarichar);
#endif /* NETSURF_FB_FONT_H */