]> git.tdb.fi Git - ext/subsurface.git/blobdiff - windows.c
Fix profile and average depth for freedives
[ext/subsurface.git] / windows.c
index 0353adef3692625cdb077b8fe8e25de126afcd59..29ef6122e50044a160640d22da81df053ebe22d9 100644 (file)
--- a/windows.c
+++ b/windows.c
@@ -75,9 +75,7 @@ const void *subsurface_get_conf(char *name, pref_type_t type)
 
 void subsurface_flush_conf(void)
 {
-       /* I wonder if we should even do this - it's apparently very expensive */
-       if (RegFlushKey(hkey) != ERROR_SUCCESS)
-               printf("RegFlushKey failed \n");
+       /* this is a no-op */
 }
 
 void subsurface_close_conf(void)