
jan at nessus
Feb 1, 2007, 4:09 PM
Post #1 of 1
(702 views)
Permalink
|
|
NessusClient/nessus xstuff.h,1.4,1.5 xstuff.c,1.3,1.4
|
|
Update of /usr/local/cvs/NessusClient/nessus In directory raccoon.nessus.org:/tmp/cvs-serv94689 Modified Files: xstuff.h xstuff.c Log Message: Removing method delete_event -- it is used nowhere. And pretty emtpy btw. Index: xstuff.h =================================================================== RCS file: /usr/local/cvs/NessusClient/nessus/xstuff.h,v retrieving revision 1.4 retrieving revision 1.5 diff -u -d -r1.4 -r1.5 --- xstuff.h 2 Feb 2007 00:04:46 -0000 1.4 +++ xstuff.h 2 Feb 2007 00:09:17 -0000 1.5 @@ -28,7 +28,5 @@ #ifndef _NESSUSC_XSTUFF_H #define _NESSUSC_XSTUFF_H - -int delete_event(GtkWidget * nul, void * data); GtkWidget *make_pixmap(GtkWidget *, GdkColor *, char **); #endif Index: xstuff.c =================================================================== RCS file: /usr/local/cvs/NessusClient/nessus/xstuff.c,v retrieving revision 1.3 retrieving revision 1.4 diff -u -d -r1.3 -r1.4 --- xstuff.c 2 Feb 2007 00:04:46 -0000 1.3 +++ xstuff.c 2 Feb 2007 00:09:17 -0000 1.4 @@ -36,11 +36,6 @@ #include "sighand.h" #include "context.h" -int delete_event(GtkWidget * nul, void * data) -{ - return(FALSE); -} - struct pixmap_and_mask { GdkPixmap *pixmap; _______________________________________________ Nessus-cvs mailing list Nessus-cvs [at] list http://mail.nessus.org/mailman/listinfo/nessus-cvs
|