# HG changeset patch # User Mychaela Falconia # Date 1516509147 0 # Node ID 8587eb7bd2d5e909f27fe17d9c808e64f647dd8b # Parent 627d8ab425df3f4b338f2e9374fccc7f4628e8c8 src/ui3/bmi/mmiBookShared.c: passes compilation diff -r 627d8ab425df -r 8587eb7bd2d5 src/ui3/bmi/mmiBookShared.c --- a/src/ui3/bmi/mmiBookShared.c Sun Jan 21 03:59:57 2018 +0000 +++ b/src/ui3/bmi/mmiBookShared.c Sun Jan 21 04:32:27 2018 +0000 @@ -281,9 +281,11 @@ #include "mfw_camapp.h" #endif //FF_MMI_TEST_CAMERA +#if 0 /* FreeCalypso */ /* Sep 26, 2007 Configuration of Drives for SBuild 2.3.0 Migration x0080701 (Bharat) -- Start */ #include "mfw_fm.h" /* Sep 26, 2007 Configuration of Drives for SBuild 2.3.0 Migration x0080701 (Bharat) -- End */ +#endif #include "dspl.h" @@ -1595,6 +1597,7 @@ #endif #ifndef FF_NO_VOICE_MEMO +#if 0 /* FreeCalypso */ /* Sep 26, 2007 Configuration of Drives for SBuild 2.3.0 Migration x0080701 (Bharat) -- Start */ BEGIN_MENU( menuVoiceMemoStorage ) @@ -1605,13 +1608,15 @@ END_MENU( menuVoiceMemoStorage, menuListArea, COLOUR_LIST_SUBMENU ) /* Sep 26, 2007 Configuration of Drives for SBuild 2.3.0 Migration x0080701 (Bharat) -- End */ - +#endif //Sub-Menu of Voice Memo BEGIN_MENU( menuVoiceMemo ) MENU_ITEM( TxtPlay, voice_memo_play, item_flag_none ), MENU_ITEM( TxtRecord, voice_memo_record, item_flag_none ), +#if 0 /* FreeCalypso */ SUB_MENU( TxtStorageDevice, menuVoiceMemoStorage, item_flag_none ) +#endif END_MENU( menuVoiceMemo, menuListArea, COLOUR_LIST_SUBMENU ) #endif