Removed junk...

This commit is contained in:
Ole Loots 2012-08-26 22:57:55 +02:00
parent b2d810c177
commit b2330bf426

View File

@ -422,11 +422,6 @@ static char * toolbar_iconset_popup( int x, int y )
if( navail >= MAX_SETS )
break;
}
if (stat(fullpath, &statbuf) == 0) {
if (S_ISDIR(statbuf.st_mode)) {
}
}
}
(void) closedir (dp);
}