Suppression d'une allocation inutile dans le main

This commit is contained in:
Mattéo Delabre 2016-04-10 10:30:22 +02:00
parent 15cc531be3
commit 13fc2e3b92
1 changed files with 0 additions and 1 deletions

View File

@ -9,7 +9,6 @@
int main() {
Manager manager;
std::shared_ptr<Menu> menu = std::shared_ptr<Menu>(new Menu(manager));
std::shared_ptr<Editor> editor = std::shared_ptr<Editor>(new Editor(manager));
try {
manager.setState(menu);