From eadfa71b49f298c1d9f72e6f988f9ba616e1f4a3 Mon Sep 17 00:00:00 2001 From: Thomas Harte Date: Sun, 17 Jul 2022 14:38:42 -0400 Subject: [PATCH] Remove refernce to .cpp Concurrency files from SDL. --- OSBindings/SDL/SConstruct | 2 -- 1 file changed, 2 deletions(-) diff --git a/OSBindings/SDL/SConstruct b/OSBindings/SDL/SConstruct index 3c46930cd..b4cb26add 100644 --- a/OSBindings/SDL/SConstruct +++ b/OSBindings/SDL/SConstruct @@ -58,8 +58,6 @@ SOURCES += glob.glob('../../Components/OPx/*.cpp') SOURCES += glob.glob('../../Components/SN76489/*.cpp') SOURCES += glob.glob('../../Components/Serial/*.cpp') -SOURCES += glob.glob('../../Concurrency/*.cpp') - SOURCES += glob.glob('../../Configurable/*.cpp') SOURCES += glob.glob('../../Inputs/*.cpp')