summaryrefslogtreecommitdiff
path: root/src/main.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/main.cpp')
-rw-r--r--src/main.cpp3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/main.cpp b/src/main.cpp
index 67a307a3..a15615f6 100644
--- a/src/main.cpp
+++ b/src/main.cpp
@@ -238,8 +238,6 @@ void init_engine() {
error("Unable to install timer");
if(install_mouse()==-1)
error("Unable to install mouse");
- if(alfont_init()!=ALFONT_OK)
- error("Unable to install AllegroFont");
buffer = create_bitmap(800, 600);
if(!buffer)
@@ -263,7 +261,6 @@ void init_engine() {
/** Clear the engine */
void exit_engine() {
gui_exit();
- //alfont_exit();
destroy_bitmap(buffer);
allegro_exit();
}