summaryrefslogtreecommitdiff
path: root/src/main.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/main.cpp')
-rw-r--r--src/main.cpp2
1 files changed, 0 insertions, 2 deletions
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)
{