Skip to content

Commit

Permalink
Remove comment
Browse files Browse the repository at this point in the history
  • Loading branch information
BernardoGiordano committed Dec 9, 2019
1 parent ae5cb57 commit 0f6ce0d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion switch/source/io.cpp
Expand Up @@ -245,7 +245,7 @@ std::tuple<bool, Result, std::string> io::backup(size_t index, u128 uid, size_t
blinkLed(4);
ret = std::make_tuple(true, 0, "Progress correctly saved to disk.");
}
// TODO: figure out if this code can be accessed at all

auto systemKeyboardAvailable = KeyboardManager::get().isSystemKeyboardAvailable();
if (!systemKeyboardAvailable.first) {
return std::make_tuple(true, systemKeyboardAvailable.second,
Expand Down

0 comments on commit 0f6ce0d

Please sign in to comment.