changeset 226:2aee0b23e880

Removed unnecessary fprintf() statements.
author bsmith@81767d24-ef19-dc11-ae90-00e081727c95
date Wed, 05 Feb 2003 06:04:58 +0000
parents 413710a835eb
children 5e6d8e024214
files dwtest.c
diffstat 1 files changed, 1 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/dwtest.c	Wed Feb 05 05:37:05 2003 +0000
+++ b/dwtest.c	Wed Feb 05 06:04:58 2003 +0000
@@ -92,7 +92,7 @@
 	char buf[10];
 	int i,y;
 	char *pLine;
-fprintf(stderr,"in draw_file: %d %d\n",row,col);
+
 	if ( current_file )
 	{
 		dw_color_foreground_set(DW_CLR_WHITE);
@@ -155,7 +155,6 @@
 /* Callback to handle user selection of the scrollbar position */
 void DWSIGNAL scrollbar_valuechanged(HWND hwnd, int value, void *data)
 {
-fprintf(stderr,"scrollbar_valuechanged: value %d data %d, %s\n",value,data,(hwnd == vscrollbar) ? "vert" : "horz");
 	if(data)
 	{
 		HWND stext = (HWND)data;