| 2905 | } |
| 2906 | |
| 2907 | void IGFD::ThumbnailFeature::m_QuitThumbnailFrame(FileDialogInternal& vFileDialogInternal) { |
| 2908 | #ifdef USE_THUMBNAILS |
| 2909 | m_StopThumbnailFileDatasExtraction(); |
| 2910 | m_ClearThumbnails(vFileDialogInternal); |
| 2911 | #else |
| 2912 | (void)vFileDialogInternal; |
| 2913 | #endif |
| 2914 | } |
| 2915 | |
| 2916 | #ifdef USE_THUMBNAILS |
| 2917 | void IGFD::ThumbnailFeature::m_StartThumbnailFileDatasExtraction() { |
nothing calls this directly
no outgoing calls
no test coverage detected