changeset 440:d766f5b0a35b

src/ui3/bmi/mmiCall.c: LoCosto MP3 crap removed
author Mychaela Falconia <falcon@freecalypso.org>
date Mon, 22 Jan 2018 01:34:14 +0000
parents 8407800b3184
children be08136acc1d
files src/ui3/bmi/mmiCall.c
diffstat 1 files changed, 19 insertions(+), 17 deletions(-) [+]
line wrap: on
line diff
--- a/src/ui3/bmi/mmiCall.c	Mon Jan 22 01:27:18 2018 +0000
+++ b/src/ui3/bmi/mmiCall.c	Mon Jan 22 01:34:14 2018 +0000
@@ -634,12 +634,13 @@
 	COLOUR_LIST_NETWORK, TxtNull, NULL, MNUATTRSPARE
 };
 
+#if 0	/* FreeCalypso */
 //Daisy tang added for Real Resume feature 20071107
-//start
 BOOL IsRealPaused=FALSE;
 extern BOOL IsMP3Playing;
 static MfwHnd  mp3playTimer;
-//end
+#endif
+
 /* CCBS related local function prototypes */
 static void call_ccbs_show_status(void);
 static void call_initialise_ccbs_list(T_MFW_HND win); // Marcus: CCBS: 14/11/2002
@@ -1076,8 +1077,8 @@
                                 Private Methods
 
 *******************************************************************************/
+#if 0	/* FreeCalypso */
 //Daisy tang added for Real Resume feature 20071107 
-//start
 static void mp3_test_real_resume(void)
 {
 	IsRealPaused = FALSE;
@@ -1096,8 +1097,8 @@
     mp3_test_real_resume();
     return MFW_EVENT_CONSUMED;
 }
-
-//end
+#endif
+
 /*******************************************************************************
 
  $Function:     callInit
@@ -1426,12 +1427,12 @@
 		voice_buffering_stop_recording();
   	  }
 #endif
+
+#if 0	/* FreeCalypso */
 	//Daisy tang added for Real Resume feature 20071107	
-	//start
 	if(IsRealPaused)
 	 	timStart( mp3playTimer );
-
-	//end
+#endif
 	break;
 
   case E_CM_DISCONNECT:
@@ -1482,12 +1483,12 @@
 		voice_buffering_stop_recording();
   	}
 #endif
+#if 0	/* FreeCalypso */
 	//Daisy tang added for Real Resume feature 20071107	
-	//start
 	if(IsRealPaused)
 	 	timStart( mp3playTimer );
-
-	//end
+#endif
+
        	return 1;
       	}
 
@@ -1721,12 +1722,11 @@
 
 #endif
 
-
+#if 0	/* FreeCalypso */
 	//Daisy tang added for Real Resume feature 20071107	
-	//start
 	if(IsRealPaused)
 	 	timStart( mp3playTimer );
-	//end
+#endif
                 return 1;
               }
         }
@@ -1821,11 +1821,11 @@
 		if(call_data.calls.numCalls == 0)  
 			mfw_hook_unregister();
 #endif
+#if 0	/* FreeCalypso */
 	//Daisy tang added for Real Resume feature 20071107	
-	//start
 	if(IsRealPaused)
 	 	timStart( mp3playTimer );
-	//end
+#endif
         break;
 
         case E_CM_CONNECT_ACK:
@@ -6314,6 +6314,7 @@
     }
     /* end SPR#1983 */
 
+#if 0	/* FreeCalypso */
   //Daisy tang added for Real Resume feature 20071107 
  //start
   if(IsMP3Playing)
@@ -6337,7 +6338,8 @@
 	}
 #endif
   }
- //end
+#endif
+
  /* MZ 1/08/03 issue 2359, generate a call waiting tone/indication in the ear piece. */
  if(call_data.calls.numCalls)
  /* RAVI - 20-1-2006 */