aboutsummaryrefslogtreecommitdiff
path: root/backends/cloud/onedrive
diff options
context:
space:
mode:
authorAlexander Tkachev2016-07-26 12:31:11 +0600
committerAlexander Tkachev2016-08-24 16:07:55 +0600
commit0b97aff866686b43ea8b95aeb0f29ac3abe46840 (patch)
treecedd8b3e64d162cc0a43026b1c2df747cfebc0a9 /backends/cloud/onedrive
parent6dd10f3a683ab787b751a84958502f7eda1da84c (diff)
downloadscummvm-rg350-0b97aff866686b43ea8b95aeb0f29ac3abe46840.tar.gz
scummvm-rg350-0b97aff866686b43ea8b95aeb0f29ac3abe46840.tar.bz2
scummvm-rg350-0b97aff866686b43ea8b95aeb0f29ac3abe46840.zip
CLOUD: Minor TODO fix
Diffstat (limited to 'backends/cloud/onedrive')
-rw-r--r--backends/cloud/onedrive/onedrivestorage.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/backends/cloud/onedrive/onedrivestorage.cpp b/backends/cloud/onedrive/onedrivestorage.cpp
index 458aaecf88..9fde2ed2c7 100644
--- a/backends/cloud/onedrive/onedrivestorage.cpp
+++ b/backends/cloud/onedrive/onedrivestorage.cpp
@@ -47,7 +47,7 @@ namespace OneDrive {
#define ONEDRIVE_API_SPECIAL_APPROOT "https://api.onedrive.com/v1.0/drive/special/approot"
char *OneDriveStorage::KEY = nullptr; //can't use CloudConfig there yet, loading it on instance creation/auth
-char *OneDriveStorage::SECRET = nullptr; //TODO: hide these secrets somehow
+char *OneDriveStorage::SECRET = nullptr;
void OneDriveStorage::loadKeyAndSecret() {
#ifdef ENABLE_RELEASE