From 074524d9371f4b73765f6982418827c36ecb03a1 Mon Sep 17 00:00:00 2001 From: William Johnson Date: Thu, 4 Jul 2024 09:19:03 -0700 Subject: [PATCH] Removing haninng external css ref --- SpecUtils/D3SpectrumExport.h | 2 -- src/Filesystem.cpp | 2 +- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/SpecUtils/D3SpectrumExport.h b/SpecUtils/D3SpectrumExport.h index 036ecc4..1195693 100644 --- a/SpecUtils/D3SpectrumExport.h +++ b/SpecUtils/D3SpectrumExport.h @@ -104,12 +104,10 @@ namespace D3SpectrumExport const unsigned char *d3_js(); const unsigned char *spectrum_chart_d3_js(); // For chart interactions, animations, etc. const unsigned char *spectrum_char_d3_css(); - const unsigned char *spectrum_chart_d3_standalone_css(); #else const char *d3_js_filename(); const char *spectrum_chart_d3_js_filename(); // For chart interactions, animations, etc. const char *spectrum_chart_d3_css_filename(); - const char *spectrum_chart_d3_css_standalone_filename(); #endif const char *spectrum_chart_setup_js(); diff --git a/src/Filesystem.cpp b/src/Filesystem.cpp index d125168..c657f7a 100644 --- a/src/Filesystem.cpp +++ b/src/Filesystem.cpp @@ -909,7 +909,7 @@ vector recursive_ls_internal_windows( const std::string &sourcedir, }while( FindNextFileW( hFind, &fdFile) ); //Find the next file. FindClose(hFind); - + return files; } #endif //#ifdef _WIN32