Remove Gender enum:

The gender enum was made to be used with the removed
	Pilgrim class. The previous class and simulation vision
	has changed to be more targeted toward Vehicle flow and
	ignore dead-weight information like Pilgrims.

	Priority enum is still avialable to be used with campaigns
	to give preset priority for expermintation.

Signed-off-by: HeshamTB <hishaminv@gmail.com>
This commit is contained in:
HeshamTB 2020-10-27 07:47:13 +03:00
parent 04149a4853
commit 8e20f78eb9
Signed by: Hesham
GPG Key ID: 74876157D199B09E

View File

@ -1,4 +0,0 @@
public enum Gender {
MALE,
FEMALE
}