From 4e391ef21c57b063bfa3b9f0f03f9bfac51881c3 Mon Sep 17 00:00:00 2001 From: jean-pierre charras Date: Thu, 2 Nov 2017 21:01:32 +0100 Subject: [PATCH] Housekeeping: remove no more in use options. --- CMakeLists.txt | 4 ---- CMakeModules/config.h.cmake | 5 ----- 2 files changed, 9 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 9405416a36..d2bb85af69 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -317,10 +317,6 @@ if( KICAD_SPICE ) add_definitions( -DKICAD_SPICE ) endif() -if( KICAD_USE_SCH_IO_MANAGER ) - add_definitions( -DKICAD_USE_SCH_IO_MANAGER ) -endif() - if( KICAD_USE_OCE ) add_definitions( -DKICAD_USE_OCE ) endif() diff --git a/CMakeModules/config.h.cmake b/CMakeModules/config.h.cmake index eadc8156a3..77ce2ee196 100644 --- a/CMakeModules/config.h.cmake +++ b/CMakeModules/config.h.cmake @@ -53,8 +53,6 @@ // Warning!!! Using wxGraphicContext for rendering is experimental. #cmakedefine USE_WX_GRAPHICS_CONTEXT 1 -#cmakedefine USE_IMAGES_IN_MENUS 1 - /// The legacy file format revision of the *.brd file created by this build #define LEGACY_BOARD_FILE_VERSION 2 @@ -69,9 +67,6 @@ /// When defined, build the GITHUB_PLUGIN for pcbnew. #cmakedefine BUILD_GITHUB_PLUGIN -/// When defined, Eeschema is built with I/O manager plugin. -#cmakedefine USE_SCH_IO_MANAGER - /// A file extension with a leading '.' is a suffix, and this one is used on /// top level program modules which implement the KIFACE. #define KIFACE_SUFFIX "@KIFACE_SUFFIX@"