Skip to content

Commit

Permalink
Removing haninng external css ref
Browse files Browse the repository at this point in the history
  • Loading branch information
wcjohns committed Jul 4, 2024
1 parent 9c304c5 commit 074524d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 0 additions & 2 deletions SpecUtils/D3SpectrumExport.h
Original file line number Diff line number Diff line change
Expand Up @@ -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();

Expand Down
2 changes: 1 addition & 1 deletion src/Filesystem.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -909,7 +909,7 @@ vector<std::string> recursive_ls_internal_windows( const std::string &sourcedir,
}while( FindNextFileW( hFind, &fdFile) ); //Find the next file.

FindClose(hFind);

return files;
}
#endif //#ifdef _WIN32
Expand Down

0 comments on commit 074524d

Please sign in to comment.