From edf82fea9735b9b2c27bea33e56d76fdda277f49 Mon Sep 17 00:00:00 2001 From: Bastien Bouclet Date: Tue, 5 Nov 2019 12:45:01 +0100 Subject: CLOUD: Remove the saves sync finished OSD message It's not very good for immersion when it appears after an autosave. The cloud icon is a good enough indication that cloud synchronization happened. --- backends/cloud/storage.cpp | 1 - 1 file changed, 1 deletion(-) (limited to 'backends/cloud') diff --git a/backends/cloud/storage.cpp b/backends/cloud/storage.cpp index ed7f8f0ae7..753c26c03d 100644 --- a/backends/cloud/storage.cpp +++ b/backends/cloud/storage.cpp @@ -229,7 +229,6 @@ void Storage::savesSyncDefaultCallback(BoolResponse response) { if (!response.value) warning("SavesSyncRequest called success callback with `false` argument"); - Common::OSDMessageQueue::instance().addMessage(_("Saved games sync complete.")); } void Storage::savesSyncDefaultErrorCallback(Networking::ErrorResponse error) { -- cgit v1.2.3