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