mirror of
https://bitbucket.org/smil3y/kdelibs.git
synced 2025-02-23 18:32:49 +00:00
kdeui: remove unused object in hardcodedDefaultShortcut()
Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
This commit is contained in:
parent
7a639757d1
commit
2f9251dcb8
1 changed files with 0 additions and 2 deletions
|
@ -319,9 +319,7 @@ StandardShortcut find(const char *keyName)
|
|||
|
||||
KShortcut hardcodedDefaultShortcut(StandardShortcut id)
|
||||
{
|
||||
KShortcut cut;
|
||||
KStandardShortcutInfo *info = guardedStandardShortcutInfo(id);
|
||||
|
||||
return KShortcut(info->cutDefault, info->cutDefault2);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue