From 83f00d36e4f768893f0f0c8ae6ee5de50fce17d8 Mon Sep 17 00:00:00 2001 From: Ira Rice Date: Tue, 6 Jan 2009 17:05:48 -0700 Subject: Removed the now unnecessary SDL_TTF initializations. Signed-off-by: Ira Rice --- src/main.cpp | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/main.cpp') diff --git a/src/main.cpp b/src/main.cpp index ea1f6422..4a3acce8 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -402,7 +402,6 @@ void init_engine(const Options &options) // Initialize the item shortcuts. itemShortcut = new ItemShortcut(); - TTF_Init(); gui = new Gui(graphics); state = LOGIN_STATE; /**< Initial game state */ @@ -1070,7 +1069,6 @@ int main(int argc, char *argv[]) delete network; SDLNet_Quit(); - TTF_Quit(); if (nullFile) { -- cgit v1.2.3-70-g09d2