Revert "particle/list: optionally destroy sub particles"

This reverts commit c5d3e934b4.
This commit is contained in:
Daniel Eklöf 2018-11-17 22:43:11 +01:00
parent 5a155d1a8d
commit 6bd698fbc8
3 changed files with 5 additions and 16 deletions

View file

@ -1,9 +1,6 @@
#pragma once
#include <stdbool.h>
#include "../particle.h"
struct particle *particle_list_new(
struct particle *particles[], size_t count,
int left_spacing, int right_spacing, int left_margin, int right_margin,
bool take_ownership);
int left_spacing, int right_spacing, int left_margin, int right_margin);