From 5bb3c7b6c0dd49e0a43a82ed427052ac713175ca Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Nick=20=C3=98stergaard?= <oe.nick@gmail.com>
Date: Sat, 3 Sep 2016 20:38:44 +0200
Subject: [PATCH 3/3] Remove unused version info

USE_FP_LIB_TABLE is not used anywhere in the code when grepping
---
 common/dialog_about/dialog_about.cpp | 2 --
 1 file changed, 2 deletions(-)

diff --git a/common/dialog_about/dialog_about.cpp b/common/dialog_about/dialog_about.cpp
index ccc2889..7686bf6 100644
--- a/common/dialog_about/dialog_about.cpp
+++ b/common/dialog_about/dialog_about.cpp
@@ -525,8 +525,6 @@ void dialog_about::OnCopyVersionInfo( wxCommandEvent& event )
     msg_version << OFF;
 #endif
 
-    msg_version << "                  USE_FP_LIB_TABLE=HARD_CODED_ON\n";
-
     msg_version << "                  BUILD_GITHUB_PLUGIN=";
 #ifdef BUILD_GITHUB_PLUGIN
     msg_version << ON;
-- 
2.9.3

