Removed empty line
This commit is contained in:
parent
c0c883cf8e
commit
e2eb9b7baf
@ -264,7 +264,6 @@ BAlert::SetShortcut(int32 index, char key)
|
||||
char
|
||||
BAlert::Shortcut(int32 index) const
|
||||
{
|
||||
|
||||
if (index >= 0 && (size_t)index < fKeys.size())
|
||||
return fKeys[index];
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user