aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/main.cpp5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/main.cpp b/src/main.cpp
index a4e5dc8..b5ec81e 100644
--- a/src/main.cpp
+++ b/src/main.cpp
@@ -21,8 +21,6 @@
#include <sibs/SafeSerializer.hpp>
#include <process.hpp>
#include <X11/Xlib.h>
-#include <freetype2/ft2build.h>
-#include <freetype2/freetype/freetype.h>
using namespace std;
using namespace dchat;
@@ -671,9 +669,6 @@ int main(int argc, char **argv)
Channel::getCurrent()->addLocalMessage(msg, Channel::getCurrent()->getSystemUser());
});
- FT_Library library;
- FT_Init_FreeType(&library);
-
sf::Event event;
while (window.isOpen())
{