From 0af631aaa397e36263c7918cc823c737d6acc64f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Petr=20Mr=C3=A1zek?= Date: Thu, 14 Jul 2011 12:28:41 +0200 Subject: [PATCH] And nuke the rest of linenoise... --- library/CMakeLists.txt | 2 -- library/Core.cpp | 1 - 2 files changed, 3 deletions(-) diff --git a/library/CMakeLists.txt b/library/CMakeLists.txt index a0142fa3b..9fefa4036 100644 --- a/library/CMakeLists.txt +++ b/library/CMakeLists.txt @@ -89,14 +89,12 @@ SET(PROJECT_SRCS_LINUX FakeSDL-linux.cpp Console-linux.cpp Process-linux.cpp -depends/libnoise/linenoise.cpp ) SET(PROJECT_SRCS_WINDOWS FakeSDL-windows.cpp Console-windows.cpp Process-windows.cpp -depends/libnoise/linenoise_win32.cpp ) IF(UNIX) diff --git a/library/Core.cpp b/library/Core.cpp index 2ca3e7f43..78fb8d637 100644 --- a/library/Core.cpp +++ b/library/Core.cpp @@ -45,7 +45,6 @@ using namespace std; #include "dfhack/modules/Gui.h" #include "dfhack/SDL_fakes/events.h" -#include "linenoise.h" #include #include