aboutsummaryrefslogtreecommitdiff
path: root/main.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'main.cpp')
-rw-r--r--main.cpp7
1 files changed, 0 insertions, 7 deletions
diff --git a/main.cpp b/main.cpp
index 55fb627..d86cb0d 100644
--- a/main.cpp
+++ b/main.cpp
@@ -38,17 +38,10 @@ void load_museum(Museum & m, int argc, char** argv) {
d.finalize();
}
-void load_view(View & v, Museum & m) {
- // v.set_target(&m);
-
-}
-
int main(int argc, char** argv) {
Museum m {};
load_museum(m, argc, argv);
- printf("%s", m.canvas.to_string(true).c_str());
-
View v {};
ViewController vc {v, m};