- Removed the ADVEN macro in favour of using the overloaded operatr[] on univ.party
- Removed all referenes to cPopulation::dudes in favour of the overloaded operator[] git-svn-id: http://openexile.googlecode.com/svn/trunk@84 4ebdad44-0ea0-11de-aab3-ff745001d230
This commit is contained in:
@@ -17,7 +17,6 @@
|
||||
|
||||
extern cScenario scenario;
|
||||
|
||||
__attribute__((deprecated))
|
||||
void cTinyTown::append(legacy::tiny_tr_type& old){
|
||||
int i,j;
|
||||
cField the_field;
|
||||
@@ -59,7 +58,6 @@ void cTinyTown::append(legacy::tiny_tr_type& old){
|
||||
}
|
||||
}
|
||||
|
||||
__attribute__((deprecated))
|
||||
void cMedTown::append(legacy::ave_tr_type& old){
|
||||
int i,j;
|
||||
cField the_field;
|
||||
@@ -101,7 +99,6 @@ void cMedTown::append(legacy::ave_tr_type& old){
|
||||
}
|
||||
}
|
||||
|
||||
__attribute__((deprecated))
|
||||
void cBigTown::append(legacy::big_tr_type& old){
|
||||
int i,j;
|
||||
cField the_field;
|
||||
|
Reference in New Issue
Block a user