From 9a99106981293abf2299b7437434c85fe0669e7d Mon Sep 17 00:00:00 2001 From: Jeff Young Date: Tue, 31 Jan 2023 14:41:23 +0000 Subject: [PATCH] Cleanup. --- eeschema/sim/simulator.h | 17 +---------------- 1 file changed, 1 insertion(+), 16 deletions(-) diff --git a/eeschema/sim/simulator.h b/eeschema/sim/simulator.h index aa15d8a886..0330f7754a 100644 --- a/eeschema/sim/simulator.h +++ b/eeschema/sim/simulator.h @@ -2,7 +2,7 @@ * This program source code file is part of KiCad, a free EDA CAD application. * * Copyright (C) 2022 Sylwester Kocjan - * Copyright (C) 2022 KiCad Developers, see AUTHORS.txt for contributors. + * Copyright (C) 2022-2023 KiCad Developers, see AUTHORS.txt for contributors. * * This program is free software: you can redistribute it and/or modify it * under the terms of the GNU General Public License as published by the @@ -33,19 +33,6 @@ public: }; -class SIMULATION_RESULTS -{ -public: - virtual ~SIMULATION_RESULTS() {}; -}; - - -class SIMULATION -{ - virtual ~SIMULATION(){}; -}; - - class SIMULATOR { public: @@ -83,8 +70,6 @@ public: * @return True in case of success, false otherwise. */ virtual bool Run() = 0; - // virtual bool Run( SIMULATION* aSim ) = 0; - // virtual SIM_RESULT Run( SPICE_SIMULATION* aSim ) = 0; /** * Halt the simulation.