comparison src/audacious/util.c @ 2331:d7ccaa59630f trunk

[svn] Wiped out some error messages
author mf0102
date Sun, 14 Jan 2007 10:54:06 -0800
parents d88558b0de0a
children 593fd166af00
comparison
equal deleted inserted replaced
2330:716975bb5b65 2331:d7ccaa59630f
62 #include "../librcd/librcd.h" 62 #include "../librcd/librcd.h"
63 #ifdef HAVE_UDET 63 #ifdef HAVE_UDET
64 #include <libudet_c.h> 64 #include <libudet_c.h>
65 #endif 65 #endif
66 #endif 66 #endif
67
68 static GQuark quark_popup_data;
69
70 67
71 /* 68 /*
72 * find <file> in directory <dirname> or subdirectories. return 69 * find <file> in directory <dirname> or subdirectories. return
73 * pointer to complete filename which has to be freed by calling 70 * pointer to complete filename which has to be freed by calling
74 * "g_free()" after use. Returns NULL if file could not be found. 71 * "g_free()" after use. Returns NULL if file could not be found.