@@ -341,9 +341,6 @@ void D_Display(ResultCallback callback)
341341
342342void 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
364361void 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
386380void 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
408399void 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