summaryrefslogtreecommitdiff
path: root/atari/plot/font_vdi.c
diff options
context:
space:
mode:
Diffstat (limited to 'atari/plot/font_vdi.c')
-rw-r--r--[-rwxr-xr-x]atari/plot/font_vdi.c5
1 files changed, 1 insertions, 4 deletions
diff --git a/atari/plot/font_vdi.c b/atari/plot/font_vdi.c
index 7f3dacf63..7c186107a 100755..100644
--- a/atari/plot/font_vdi.c
+++ b/atari/plot/font_vdi.c
@@ -29,13 +29,10 @@
#include "atari/encoding.h"
-
-
//static char * lstr = NULL;
-
static int dtor( FONT_PLOTTER self );
-static int str_width( FONT_PLOTTER self,const plot_font_style_t *fstyle, const char * str, size_t length, int * width );
+static int str_width( FONT_PLOTTER self,const plot_font_style_t *fstyle, const char * str, size_t length, int * width );
static int str_split( FONT_PLOTTER self, const plot_font_style_t *fstyle,const char *string,
size_t length,int x, size_t *char_offset, int *actual_x );
static int pixel_pos( FONT_PLOTTER self, const plot_font_style_t *fstyle,const char *string,