Merge branch 'master' of git://github.com/thepowersgang/acess2
[tpg/acess2.git] / Usermode / Applications / axwin4_src / UI / taskbar.c
index f6261d4..b62a042 100644 (file)
@@ -84,12 +84,7 @@ void Taskbar_Redraw(void)
                strftime(timestr, 5, "%H%M", localtime(&rawtime));
                //AxWin4_DrawControl(gpTaskbar_Window, clock_start_x, TASKBAR_BORDER, TASKBAR_CLOCKSIZE, active_height, AXWIN4_CTL_BOX);
                
-               //unsigned int clock_height = 16;       // Hard-code the standard font height
-               //unsigned int clock_yofs = (active_height - clock_height)/2;
-               //AxWin4_DrawText(gpTaskbar_Window, clock_start_x, TASKBAR_BORDER + clock_yofs, TASKBAR_CLOCKSIZE, clock_height, 0, timestr);
                AxWin4_DrawText(gpTaskbar_Window, clock_start_x, TASKBAR_BORDER, TASKBAR_CLOCKSIZE, active_height, 0, timestr);
-               
-               //AxWin4_DrawText(gpTaskbar_Window, clock_start_x, TASKBAR_BORDER, TASKBAR_CLOCKSIZE, 16, 0, timestr);
        }
        
        AxWin4_DamageRect(gpTaskbar_Window, 0, 0, w, h);

UCC git Repository :: git.ucc.asn.au