summaryrefslogtreecommitdiffstats
Unidiff
-rw-r--r--src/view/exp004init.c15
-rw-r--r--src/view/exp004view.c2
2 files changed, 15 insertions, 2 deletions
diff --git a/src/view/exp004view.c b/src/view/exp004view.c
index 33198ad..92cb56e 100644
--- a/src/view/exp004view.c
+++ b/src/view/exp004view.c
@@ -3,7 +3,6 @@
3#include "../controller/exp004reshape.h"3#include "../controller/exp004reshape.h"
4#include "../controller/keyboard.h"4#include "../controller/keyboard.h"
5#include "../db/dbconnect.h"5#include "../db/dbconnect.h"
6#include "../model/exp004base.h"
7#include "exp004init.h"6#include "exp004init.h"
8#include "exp004state0.h"7#include "exp004state0.h"
9#include "exp004view.h"8#include "exp004view.h"
@@ -40,7 +39,6 @@ exp004view (void)
40 glHint (GL_LINE_SMOOTH_HINT, GL_NICEST);39 glHint (GL_LINE_SMOOTH_HINT, GL_NICEST);
4140
42 // Initialize the model.41 // Initialize the model.
43 exp004base ();
44 exp004init ();42 exp004init ();
4543
46 // Callbacks (Controllers)44 // Callbacks (Controllers)

Valid XHTML 1.0 Strict

Copyright © 2009 Don Pellegrino All Rights Reserved.