eliminate compiler warnings (VB)

This commit is contained in:
marschap
2005-04-05 07:28:18 +00:00
parent f15c5729ec
commit 06f6590c9c
5 changed files with 9 additions and 12 deletions
+1 -1
View File
@@ -174,7 +174,7 @@ render_frame (LinkedList * list,
int vis_width = right - left; /* width of visible frame area */
int vis_height = bottom - top; /* height of visible frame area */
int x, y;
int fx = 0, fy = 0; /* Scrolling offset for the frame... */
int /*fx = 0,*/ fy = 0; /* Scrolling offset for the frame... */
int length, speed;
int str_length = BUFSIZE-1;
int reset = 1;