Skip to content

Commit e28b3bb

Browse files
authored
Remove unused enum in particle code (#6891)
* Remove unused enum * remove comment as well
1 parent 0a7fac4 commit e28b3bb

File tree

1 file changed

+1
-13
lines changed

1 file changed

+1
-13
lines changed

code/particle/ParticleSource.h

Lines changed: 1 addition & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -18,19 +18,7 @@ struct weapon_info;
1818
enum class WeaponState: uint32_t;
1919

2020
namespace particle {
21-
/**
22-
* The origin type
23-
*/
24-
enum class SourceOriginType {
25-
NONE, //!< Invalid origin
26-
VECTOR, //!< World-space offset
27-
BEAM, //!< A beam
28-
OBJECT, //!< An object
29-
SUBOBJECT, //!< A subobject
30-
TURRET, //!< A turret
31-
PARTICLE //!< A particle
32-
};
33-
21+
3422
class ParticleEffect;
3523
struct particle_effect_tag {
3624
};

0 commit comments

Comments
 (0)