# HG changeset patch
# User Mychaela Falconia <falcon@freecalypso.org>
# Date 1603248884 0
# Node ID c93e02568273318bfd8c8a526e5049fd6f930a2f
# Parent  0334bd34386c5f15ec1018bccedb8d0b7f868edc
mmiIdle.c: remove bogus editor date & time display

diff -r 0334bd34386c -r c93e02568273 src/ui/bmi/mmiIdle.c
--- a/src/ui/bmi/mmiIdle.c	Wed Oct 21 02:22:44 2020 +0000
+++ b/src/ui/bmi/mmiIdle.c	Wed Oct 21 02:54:44 2020 +0000
@@ -2461,6 +2461,14 @@
             softKeys_displayId(TxtNames,TxtSoftMenu,0,COLOUR_IDLE);
         }
 
+/*
+ * FreeCalypso: the following code was written for LSCREEN and is
+ * completely bogus for the smallbw version.  However, let's go
+ * a step further and remove it altogether, and in the bigcolor
+ * version let the main code in idle_displayData() display the date
+ * and time without suppressing them for the editor case.
+ */
+#if 0
 // Jul 08, 2005    REF: ENH 32642 x0018858
 //Code to display the date/time even if the idle_data editor is being displayed.
 //Begin 32642
@@ -2496,7 +2504,8 @@
 
         }
 //End 32642
-            
+#endif
+
         resources_restoreMnuColour();//required only if other menu items are to be drawn afterwards
 
         resources_restoreColour();