mirror of
https://github.com/WerWolv/ImHex.git
synced 2026-03-30 13:05:25 -05:00
Cleanup view classes
This commit is contained in:
@@ -8,7 +8,6 @@
|
||||
|
||||
#include "providers/provider.hpp"
|
||||
|
||||
#include <tuple>
|
||||
#include <vector>
|
||||
|
||||
int main() {
|
||||
@@ -26,5 +25,8 @@ int main() {
|
||||
|
||||
window.loop();
|
||||
|
||||
if (dataProvider != nullptr)
|
||||
delete dataProvider;
|
||||
|
||||
return 0;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user