diff --git a/spectrum/src/main.cpp b/spectrum/src/main.cpp index 5da74d1efa3332b28a12817de6b1325cfb5349a8..1685f5d6c934e1c49cdcc5697f94eaee69880d03 100644 --- a/spectrum/src/main.cpp +++ b/spectrum/src/main.cpp @@ -78,13 +78,15 @@ BOOL spectrum_control_handler( DWORD fdwCtrlType ) { } #endif -__attribute__ ((unused)) +// currently unused +#if 0 static void removeOldIcons(std::string iconDir) { std::vector dirs; dirs.push_back(iconDir); boost::thread thread(boost::bind(Util::removeEverythingOlderThan, dirs, time(NULL) - 3600*24*14)); } +#endif #ifndef WIN32 static void daemonize(const char *cwd, const char *lock_file) {