From dcb663e4073500030f86dcdc2643da16b4064ed5 Mon Sep 17 00:00:00 2001 From: Anton Lundin Date: Wed, 20 Jun 2018 21:45:53 +0200 Subject: Revert "cleanup: remove empty function" This broke our hook to plumb in our usb open function into libusb, so this broke ftdi based downloads. This reverts commit e4530cd5ef38e6120f451daf1a758b38b70a6f1c. Signed-off-by: Anton Lundin --- core/linux.c | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'core/linux.c') diff --git a/core/linux.c b/core/linux.c index 446bbeaa1..b8d88e9e5 100644 --- a/core/linux.c +++ b/core/linux.c @@ -20,6 +20,11 @@ const char linux_system_divelist_default_font[] = "Sans"; const char *system_divelist_default_font = linux_system_divelist_default_font; double system_divelist_default_font_size = -1.0; +void subsurface_OS_pref_setup(void) +{ + // nothing +} + bool subsurface_ignore_font(const char *font) { // there are no old default fonts to ignore -- cgit v1.2.3-70-g09d2