Remove unused internal "CommandLocation".

This commit is contained in:
con
2011-01-17 18:23:48 +01:00
parent b94d100ebd
commit 684f8725e1
4 changed files with 8 additions and 58 deletions

View File

@@ -403,16 +403,6 @@ QAction *Action::action() const
return m_action;
}
void Action::setLocations(const QList<CommandLocation> &locations)
{
m_locations = locations;
}
QList<CommandLocation> Action::locations() const
{
return m_locations;
}
void Action::setKeySequence(const QKeySequence &key)
{
CommandPrivate::setKeySequence(key);