Remove PlatformAccelerator

1140211
This commit is contained in:
Jeremy Apthorp 2018-10-02 15:22:48 -07:00
parent 7ce338e420
commit b57b342352
6 changed files with 6 additions and 73 deletions

View file

@ -23,9 +23,6 @@ typedef std::map<ui::Accelerator, MenuItem> AcceleratorTable;
bool StringToAccelerator(const std::string& description,
ui::Accelerator* accelerator);
// Set platform accelerator for the Accelerator.
void SetPlatformAccelerator(ui::Accelerator* accelerator);
// Generate a table that contains memu model's accelerators and command ids.
void GenerateAcceleratorTable(AcceleratorTable* table,
atom::AtomMenuModel* model);