|
From: <sch...@us...> - 2008-11-22 12:56:08
|
Revision: 51
http://deraciel.svn.sourceforge.net/deraciel/?rev=51&view=rev
Author: schnippi001
Date: 2008-11-22 12:55:59 +0000 (Sat, 22 Nov 2008)
Log Message:
-----------
See last commit log
Modified Paths:
--------------
trunk/stat_window.c
trunk/text_window.c
Modified: trunk/stat_window.c
===================================================================
--- trunk/stat_window.c 2008-11-22 12:41:59 UTC (rev 50)
+++ trunk/stat_window.c 2008-11-22 12:55:59 UTC (rev 51)
@@ -55,9 +55,6 @@
void stat_window_update(const stat_t *stats)
{
- /* Clear window from screen */
-// wclear(border_wnd);
-
#ifdef STATWINDOW_BORDER
/* Redraw border with new dimensions */
draw_border();
Modified: trunk/text_window.c
===================================================================
--- trunk/text_window.c 2008-11-22 12:41:59 UTC (rev 50)
+++ trunk/text_window.c 2008-11-22 12:55:59 UTC (rev 51)
@@ -53,9 +53,6 @@
void text_window_out(const char *string)
{
-// wclear(border_wnd);
-// wclear(text_wnd);
-
#ifdef TEXTWINDOW_BORDER
/* Redraw border with new dimensions */
draw_border();
@@ -71,9 +68,6 @@
void text_window_clear()
{
-// wclear(border_wnd);
-// wclear(text_wnd);
-
#ifdef TEXTWINDOW_BORDER
/* Redraw border with new dimensions */
draw_border();
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|