| 1244 | } |
| 1245 | |
| 1246 | void GLTextureManager::removeWinThumbnailSearchPath( QString path ) |
| 1247 | { |
| 1248 | /* TODO: reimplement BT_ThumbsDBReader |
| 1249 | _thumbsDbsMutex.lock(); |
| 1250 | QString lowerPath = path.toLower(); |
| 1251 | _thumbsDbs.remove(lowerPath); |
| 1252 | _thumbsDbsMutex.unlock(); |
| 1253 | */ |
| 1254 | } |
| 1255 | |
| 1256 | void GLTextureManager::lockIlMutex() |
| 1257 | { |
no outgoing calls
no test coverage detected