summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/sdd1.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/sdd1.c b/src/sdd1.c
index 8a1f4ff..25bdfc2 100644
--- a/src/sdd1.c
+++ b/src/sdd1.c
@@ -111,9 +111,6 @@ void S9xSDD1SaveLoggedData()
fwrite(Memory.SDD1LoggedData, 8,
Memory.SDD1LoggedDataCount, fs);
fclose(fs);
-#if defined(__linux)
- //chown (S9xGetFilename (".dat"), getuid (), getgid ());
-#endif
}
Memory.SDD1LoggedDataCountPrev = Memory.SDD1LoggedDataCount;
}