| 2897 | } |
| 2898 | |
| 2899 | void IGFD::ThumbnailFeature::m_EndThumbnailFrame(FileDialogInternal& vFileDialogInternal) { |
| 2900 | #ifdef USE_THUMBNAILS |
| 2901 | m_ClearThumbnails(vFileDialogInternal); |
| 2902 | #else |
| 2903 | (void)vFileDialogInternal; |
| 2904 | #endif |
| 2905 | } |
| 2906 | |
| 2907 | void IGFD::ThumbnailFeature::m_QuitThumbnailFrame(FileDialogInternal& vFileDialogInternal) { |
| 2908 | #ifdef USE_THUMBNAILS |
nothing calls this directly
no outgoing calls
no test coverage detected