Remove -nonaturalvar and nonaturalvar option in %module
These didn't work, were not documented and don't seem necessary
This commit is contained in:
parent
07ce3fb746
commit
5c6bc5db3e
2 changed files with 0 additions and 6 deletions
|
|
@ -524,9 +524,6 @@ int Language::top(Node *n) {
|
|||
if (Getattr(options, "naturalvar")) {
|
||||
naturalvar_mode = 1;
|
||||
}
|
||||
if (Getattr(options, "nonaturalvar")) {
|
||||
naturalvar_mode = 0;
|
||||
}
|
||||
}
|
||||
}
|
||||
classhash = Getattr(n, "classes");
|
||||
|
|
|
|||
|
|
@ -502,9 +502,6 @@ void SWIG_getoptions(int argc, char *argv[]) {
|
|||
} else if (strcmp(argv[i], "-naturalvar") == 0) {
|
||||
Wrapper_naturalvar_mode_set(1);
|
||||
Swig_mark_arg(i);
|
||||
} else if (strcmp(argv[i], "-nonaturalvar") == 0) {
|
||||
Wrapper_naturalvar_mode_set(0);
|
||||
Swig_mark_arg(i);
|
||||
} else if (strcmp(argv[i], "-directors") == 0) {
|
||||
SWIG_setfeature("feature:director", "1");
|
||||
Wrapper_director_mode_set(1);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue