From 548d27afd2271abd634ecefca0d8f13e8e6288b5 Mon Sep 17 00:00:00 2001 From: Vadim Zeitlin Date: Wed, 15 Apr 2020 02:12:58 +0200 Subject: [PATCH] Remove unused UNIV_PLATFORM_{SRC,HDR} from build/files too This should have been part of 2c7924dd2e (Remove the now unused UNIV_PLATFORM_{SRC,HDR} variables, 2020-03-25) but was forgotten there. --- build/files | 2 -- 1 file changed, 2 deletions(-) diff --git a/build/files b/build/files index 199228bb53..1de09eee8a 100644 --- a/build/files +++ b/build/files @@ -2564,7 +2564,6 @@ UNIV_THEMES_SRC = src/univ/themes/win32.cpp UNIV_SRC = - $(UNIV_PLATFORM_SRC) src/generic/accel.cpp src/generic/activityindicator.cpp src/generic/clrpickerg.cpp @@ -2617,7 +2616,6 @@ UNIV_SRC = src/univ/topluniv.cpp src/univ/winuniv.cpp UNIV_HDR = - $(UNIV_PLATFORM_HDR) wx/generic/accel.h wx/generic/activityindicator.h wx/generic/clrpickerg.h