Remove unrelated fix

This commit is contained in:
danzel 2017-08-14 08:52:03 +12:00
parent deb35f4fb4
commit 072a2085d9

View File

@ -11,7 +11,7 @@ namespace InputCommon {
/// Initializes and registers all built-in input device factories.
void Init();
/// Deregisters all built-in input device factories and shuts them down.
/// Unresisters all build-in input device factories and shut them down.
void Shutdown();
class Keyboard;