diff options
Diffstat (limited to 'macos.c')
-rw-r--r-- | macos.c | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -26,6 +26,11 @@ void subsurface_open_conf(void) /* nothing at this time */ } +void subsurface_unset_conf(char *name) +{ + CFPreferencesSetAppValue(CFSTR_VAR(name), NULL, SUBSURFACE_PREFERENCES); +} + void subsurface_set_conf(char *name, pref_type_t type, const void *value) { switch (type) { |