From 115f2edfd639b8ea4aaf1f0ced374e6252db98f6 Mon Sep 17 00:00:00 2001 From: Matthias Koefferlein Date: Sat, 28 Mar 2020 23:10:02 +0100 Subject: [PATCH] Removed unused entry from .pro file - made some build crash. --- src/lay/lay/lay.pro | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/lay/lay/lay.pro b/src/lay/lay/lay.pro index b5c376219..7b4bfe576 100644 --- a/src/lay/lay/lay.pro +++ b/src/lay/lay/lay.pro @@ -89,7 +89,6 @@ FORMS = \ SearchPropertiesText.ui \ SearchReplaceConfigPage.ui \ SearchReplaceDialog.ui \ - SelectCellViewForm.ui \ SettingsForm.ui \ TechBaseEditorPage.ui \ TechComponentSetupDialog.ui \ @@ -136,7 +135,6 @@ SOURCES = \ laySearchReplaceDialog.cc \ laySearchReplacePlugin.cc \ laySearchReplacePropertiesWidgets.cc \ - laySelectCellViewForm.cc \ laySession.cc \ laySettingsForm.cc \ layTechSetupDialog.cc \