mirror of
https://git.code.sf.net/p/newrpl/sources
synced 2024-11-16 19:51:25 +01:00
Fixed double declarations.
This commit is contained in:
parent
cf384af6e9
commit
16cce0a9ee
1 changed files with 0 additions and 2 deletions
|
@ -1238,7 +1238,6 @@ void LIB_HANDLER()
|
|||
|
||||
rplReadCNumber(arg,&re,&im,&angmode);
|
||||
|
||||
BINT angmode;
|
||||
angmode=rplTestSystemFlag(FL_ANGLEMODE1)|(rplTestSystemFlag(FL_ANGLEMODE2)<<1);
|
||||
|
||||
switch(angmode) {
|
||||
|
@ -1269,7 +1268,6 @@ void LIB_HANDLER()
|
|||
|
||||
rplReadCNumber(arg,&re,&im,&angmode);
|
||||
|
||||
BINT angmode;
|
||||
angmode=rplTestSystemFlag(FL_ANGLEMODE1)|(rplTestSystemFlag(FL_ANGLEMODE2)<<1);
|
||||
|
||||
switch(angmode) {
|
||||
|
|
Loading…
Reference in a new issue