]> git.pond.sub.org Git - empserver/blobdiff - src/lib/commands/prod.c
Remove budget priorities:
[empserver] / src / lib / commands / prod.c
index 73282c45ded478a7d730b2a369bba01e5eab6f35..54038ba7ad6f2d021938a4075460b98ab3370468 100644 (file)
@@ -323,9 +323,6 @@ prod(void)
            }
            if (enlisted < 0)
                enlisted = 0;
-           if (natp->nat_priorities[type] == 0) {
-               maxmil = 0;
-           }
            pr(" %4d%c 1.00 $%-5d%4dc           %4dc           %5d\n",
               enlisted, ichr[I_MILIT].i_mnem, enlisted * 3,
               enlisted, enlisted, maxmil);
@@ -347,10 +344,6 @@ prod(void)
            else
                pr("     ");
        }
-       if (natp->nat_priorities[type] == 0) {
-           max = 0;
-           maxr = 0;
-       }
        if (vtype != I_NONE || pp->p_level == NAT_ELEV
            || pp->p_level == NAT_HLEV)
            pr(" %5d\n", MIN(999, (int)(max * prodeff + 0.5)));