all the code is dead
This commit is contained in:
parent
a3eb1b7bc0
commit
ed1e41e80b
|
@ -28,7 +28,6 @@ ENGINES_SRC_CPP = $(PROJECT_DIR)/config/engines/ford_aspire.cpp \
|
||||||
$(PROJECT_DIR)/config/engines/hyundai.cpp \
|
$(PROJECT_DIR)/config/engines/hyundai.cpp \
|
||||||
$(PROJECT_DIR)/config/engines/subaru.cpp \
|
$(PROJECT_DIR)/config/engines/subaru.cpp \
|
||||||
$(PROJECT_DIR)/config/engines/GY6_139QMB.cpp \
|
$(PROJECT_DIR)/config/engines/GY6_139QMB.cpp \
|
||||||
$(PROJECT_DIR)/config/engines/mazda/mazda_626.cpp \
|
|
||||||
$(PROJECT_DIR)/config/engines/sachs.cpp \
|
$(PROJECT_DIR)/config/engines/sachs.cpp \
|
||||||
$(PROJECT_DIR)/config/engines/slingshot.cpp \
|
$(PROJECT_DIR)/config/engines/slingshot.cpp \
|
||||||
$(PROJECT_DIR)/config/engines/test_engine.cpp \
|
$(PROJECT_DIR)/config/engines/test_engine.cpp \
|
||||||
|
|
|
@ -1,14 +0,0 @@
|
||||||
/**
|
|
||||||
* @file mazda_626.cpp
|
|
||||||
* MAZDA_626
|
|
||||||
* set engine_type 28
|
|
||||||
*
|
|
||||||
* @date Jan 16, 2015
|
|
||||||
* @author Andrey Belomutskiy, (c) 2012-2020
|
|
||||||
*/
|
|
||||||
|
|
||||||
#include "pch.h"
|
|
||||||
|
|
||||||
#include "mazda_626.h"
|
|
||||||
#include "custom_engine.h"
|
|
||||||
|
|
|
@ -1,11 +0,0 @@
|
||||||
/**
|
|
||||||
* @file mazda_626.h
|
|
||||||
*
|
|
||||||
* set engine_type 28
|
|
||||||
*
|
|
||||||
* @date Jan 16, 2015
|
|
||||||
* @author Andrey Belomutskiy, (c) 2012-2020
|
|
||||||
*/
|
|
||||||
|
|
||||||
#pragma once
|
|
||||||
#include "engine_configuration.h"
|
|
|
@ -64,7 +64,6 @@
|
||||||
#include "mazda_miata_1_6.h"
|
#include "mazda_miata_1_6.h"
|
||||||
#include "mazda_miata_na8.h"
|
#include "mazda_miata_na8.h"
|
||||||
#include "mazda_miata_vvt.h"
|
#include "mazda_miata_vvt.h"
|
||||||
#include "mazda_626.h"
|
|
||||||
#include "m111.h"
|
#include "m111.h"
|
||||||
#include "mercedes.h"
|
#include "mercedes.h"
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue