Cleanup: remove dead code

This commit is contained in:
Jacques Lucke
2023-09-05 12:18:57 +02:00
parent ce48a2a85c
commit 32f369c2dc
2 changed files with 0 additions and 7 deletions

View File

@@ -86,8 +86,6 @@ static void calculate_simulation_job_startjob(void *customdata,
bool *do_update,
float *progress)
{
using namespace bke::sim;
CalculateSimulationJob &job = *static_cast<CalculateSimulationJob *>(customdata);
G.is_rendering = true;
G.is_break = false;
@@ -253,8 +251,6 @@ static void bake_simulation_job_startjob(void *customdata,
bool *do_update,
float *progress)
{
using namespace bke::sim;
BakeSimulationJob &job = *static_cast<BakeSimulationJob *>(customdata);
G.is_rendering = true;
G.is_break = false;

View File

@@ -15,9 +15,6 @@
#include "DNA_session_uuid_types.h"
#ifdef __cplusplus
namespace blender::bke::sim {
struct ModifierSimulationCachePtr;
}
namespace blender {
struct NodesModifierRuntime;
}