X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=windows.c;fp=windows.c;h=29ef6122e50044a160640d22da81df053ebe22d9;hb=cf475114f6fc1720444fcc1da66cf664b018c3f4;hp=0353adef3692625cdb077b8fe8e25de126afcd59;hpb=fb504b50d0f2b881d2be6dcc657f74cca663d217;p=ext%2Fsubsurface.git 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)