X-Git-Url: http://git.tdb.fi/?p=ext%2Fsubsurface.git;a=blobdiff_plain;f=windows.c;h=29ef6122e50044a160640d22da81df053ebe22d9;hp=0353adef3692625cdb077b8fe8e25de126afcd59;hb=b693bb3fb962c54767f8430058575441df243b13;hpb=725e4582d9c7174b70fe197bb27345960457549e diff --git a/windows.c b/windows.c index 0353ade..29ef612 100644 --- 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)