Minor cleanup

This commit is contained in:
John J. Camilleri
2021-10-12 23:27:49 +02:00
parent 2a5434df96
commit 3bdfe1a336
3 changed files with 5 additions and 17 deletions

View File

@@ -123,13 +123,7 @@ struct PGF_INTERNAL_DECL PgfPGF {
static void release(ref<PgfPGF> pgf);
};
// extern PGF_INTERNAL_DECL
// PgfText master;
extern PGF_INTERNAL_DECL
size_t master_size;
extern PGF_INTERNAL_DECL
char master_text[];
extern PGF_INTERNAL_DECL size_t master_size;
extern PGF_INTERNAL_DECL char master_text[];
#endif