diff options
| author | Yaniv Kamay <ykamay@redhat.com> | 2009-11-16 22:38:55 +0200 |
|---|---|---|
| committer | Yaniv Kamay <ykamay@redhat.com> | 2009-11-30 18:10:28 +0200 |
| commit | 4f2e36f08ab0d48eed0029d689461487b0013b7d (patch) | |
| tree | 112107abfadf68e2c29c7627ac832d1dd7293a58 /client/application.cpp | |
| parent | 6f4736e08be2dfa7fec33d5bca56e33ae2f7af6f (diff) | |
remove unuse Application::is_cad_pressed()
Diffstat (limited to 'client/application.cpp')
| -rw-r--r-- | client/application.cpp | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/client/application.cpp b/client/application.cpp index d5ff48f0..e2aaad25 100644 --- a/client/application.cpp +++ b/client/application.cpp @@ -1418,13 +1418,6 @@ int Application::get_hotkeys_commnad() return (iter != _hot_keys.end()) ? iter->first : APP_CMD_INVALID; } -bool Application::is_cad_pressed() -{ - return ((_key_table[REDKEY_L_CTRL].press || _key_table[REDKEY_R_CTRL].press) && - (_key_table[REDKEY_L_ALT].press || _key_table[REDKEY_R_ALT].press) && - (_key_table[REDKEY_DELETE].press || _key_table[REDKEY_PAD_POINT].press)); -} - void Application::send_key_down(RedKey key) { _key_handler->on_key_down(get_make_scan_code(key)); |
