cleanup: move git-pref declarations into core/pref.h

These seem to be an artifact.

Signed-off-by: Berthold Stoeger <bstoeger@mail.tuwien.ac.at>
This commit is contained in:
Berthold Stoeger 2020-10-25 18:52:15 +01:00 committed by Dirk Hohndel
parent 975ef65913
commit a719bfbeaf
2 changed files with 3 additions and 3 deletions

View file

@ -227,6 +227,9 @@ extern bool subsurface_ignore_font(const char *font);
extern void subsurface_OS_pref_setup();
extern void copy_prefs(struct preferences *src, struct preferences *dest);
extern void set_informational_units(const char *units);
extern void set_git_prefs(const char *prefs);
#ifdef __cplusplus
}
#endif