X-Git-Url: https://git.stg.codes/stg.git/blobdiff_plain/75cd69d3fca8b0a59d2335384f95091ad89b998c..959549949c215dc3ef0eae08ae298a0836f85d65:/projects/stargazer/plugins/store/files/file_store.cpp diff --git a/projects/stargazer/plugins/store/files/file_store.cpp b/projects/stargazer/plugins/store/files/file_store.cpp index a49ca977..fe5ed230 100644 --- a/projects/stargazer/plugins/store/files/file_store.cpp +++ b/projects/stargazer/plugins/store/files/file_store.cpp @@ -438,7 +438,7 @@ mode_t FILES_STORE_SETTINGS::GetConfMode() const { return confMode; } -//----------------------------------------------------------------------------- +/*//----------------------------------------------------------------------------- mode_t FILES_STORE_SETTINGS::GetConfModeDir() const { mode_t mode = confMode; @@ -446,7 +446,7 @@ if (statMode & S_IRUSR) mode |= S_IXUSR; if (statMode & S_IRGRP) mode |= S_IXGRP; if (statMode & S_IROTH) mode |= S_IXOTH; return mode; -} +}*/ //----------------------------------------------------------------------------- uid_t FILES_STORE_SETTINGS::GetConfUID() const {