Skip to content

Commit 18feba7

Browse files
removed all the commented code
1 parent efb80b3 commit 18feba7

File tree

1 file changed

+1
-12
lines changed
  • NUB Admission Costing Calculator

1 file changed

+1
-12
lines changed

NUB Admission Costing Calculator/test.c

Lines changed: 1 addition & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -341,9 +341,6 @@ void D_Display(ResultCallback callback)
341341

342342
void D_EEE(float DiplomaResult, ResultCallback callback)
343343
{
344-
// const int creditFee = 1574;
345-
// const int semesterFee = 5000;
346-
// const int onetimeFee = 18000;
347344
year = 3;
348345
if (D_getwaiver(DiplomaResult))
349346
{
@@ -363,9 +360,6 @@ void D_EEE(float DiplomaResult, ResultCallback callback)
363360

364361
void D_Textile(float DiplomaResult, ResultCallback callback)
365362
{
366-
// const int creditFee = 1534;
367-
// const int semesterFee = 5000;
368-
// const int onetimeFee = 18000;
369363
year = 3;
370364
if (D_getwaiver(DiplomaResult))
371365
{
@@ -385,9 +379,6 @@ void D_Textile(float DiplomaResult, ResultCallback callback)
385379

386380
void D_CSE(float DiplomaResult, ResultCallback callback)
387381
{
388-
// const int creditFee = 1473;
389-
// const int semesterFee = 5000;
390-
// const int onetimeFee = 18000;
391382
year = 3;
392383
if (D_getwaiver(DiplomaResult))
393384
{
@@ -407,9 +398,7 @@ void D_CSE(float DiplomaResult, ResultCallback callback)
407398

408399
void D_ECE(float DiplomaResult, ResultCallback callback)
409400
{
410-
// const int creditFee = 1020;
411-
// const int semesterFee = 5000;
412-
// const int onetimeFee = 18000;
401+
413402
year = 3;
414403
if (D_getwaiver(DiplomaResult))
415404
{

0 commit comments

Comments
 (0)