diff options
author | dec05eba <dec05eba@protonmail.com> | 2019-08-04 19:15:17 +0200 |
---|---|---|
committer | dec05eba <dec05eba@protonmail.com> | 2019-08-04 19:15:20 +0200 |
commit | 887b6003010a0c455667fb67c12a5577c60498db (patch) | |
tree | b79f6b7756170a5957b618dff03e86999a5a6b34 /include | |
parent | a2951212724953ca61020759415befdca72599ff (diff) |
Remove unused mvp options
Diffstat (limited to 'include')
-rw-r--r-- | include/QuickMedia.hpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/QuickMedia.hpp b/include/QuickMedia.hpp index 291afff..d5839c7 100644 --- a/include/QuickMedia.hpp +++ b/include/QuickMedia.hpp @@ -3,7 +3,6 @@ #include "SearchBar.hpp" #include "Page.hpp" #include <vector> -#include <stack> #include <memory> #include <SFML/Graphics/Font.hpp> #include <SFML/Graphics/RenderWindow.hpp> @@ -31,6 +30,5 @@ namespace QuickMedia { std::unique_ptr<SearchBar> search_bar; Page current_page; std::string video_url; - std::stack<Page> page_view_stack; }; }
\ No newline at end of file |