Skip to content

Commit 3fa691c

Browse files
tectonic: fix redundant reclarations warnings
-Wredundant-decls
1 parent f79171f commit 3fa691c

File tree

4 files changed

+1
-5
lines changed

4 files changed

+1
-5
lines changed

tectonic/XeTeX_ext.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,6 @@ unsigned int read_rgb_a(const char** cp);
159159
int count_pdf_file_pages(void);
160160
int find_pic_file(char** path, real_rect* bounds, int pdfBoxType, int page);
161161

162-
void terminate_font_manager(void);
163162
int maketexstring(const char* s);
164163
extern void set_cp_code(int fontNum, unsigned int code, int side, int value);
165164
extern int get_cp_code(int fontNum, unsigned int code, int side);

tectonic/dpx-system.h

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -43,9 +43,6 @@
4343

4444
#include <tectonic/core-bridge.h>
4545

46-
/* This is defined in tectonic/ but we all get linked together in the end so it's OK */
47-
extern string xstrdup(const_string x);
48-
4946
extern void xfseeko (FILE *f, off_t offset, int wherefrom, const_string filename);
5047
extern off_t xftello (FILE *f, const_string filename);
5148

tectonic/xetex0.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
#include <tectonic/tectonic.h>
22
#include <tectonic/internals.h>
33
#include <tectonic/xetexd.h>
4+
#include <tectonic/XeTeXLayoutInterface.h>
45
#include <tectonic/synctex.h>
56
#include <tectonic/core-bridge.h>
67

tectonic/xetexd.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -250,7 +250,6 @@ typedef struct {
250250
/* Functions originating in texmfmp.c */
251251

252252
extern void getmd5sum(integer s, int file);
253-
extern boolean input_line (UFILE *);
254253
extern void get_date_and_time (integer *, integer *, integer *, integer *);
255254

256255
extern str_number get_job_name(str_number);

0 commit comments

Comments
 (0)