Skip to content

Commit 074524d

Browse files
committed
Removing haninng external css ref
1 parent 9c304c5 commit 074524d

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

SpecUtils/D3SpectrumExport.h

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -104,12 +104,10 @@ namespace D3SpectrumExport
104104
const unsigned char *d3_js();
105105
const unsigned char *spectrum_chart_d3_js(); // For chart interactions, animations, etc.
106106
const unsigned char *spectrum_char_d3_css();
107-
const unsigned char *spectrum_chart_d3_standalone_css();
108107
#else
109108
const char *d3_js_filename();
110109
const char *spectrum_chart_d3_js_filename(); // For chart interactions, animations, etc.
111110
const char *spectrum_chart_d3_css_filename();
112-
const char *spectrum_chart_d3_css_standalone_filename();
113111
#endif
114112
const char *spectrum_chart_setup_js();
115113

src/Filesystem.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -909,7 +909,7 @@ vector<std::string> recursive_ls_internal_windows( const std::string &sourcedir,
909909
}while( FindNextFileW( hFind, &fdFile) ); //Find the next file.
910910

911911
FindClose(hFind);
912-
912+
913913
return files;
914914
}
915915
#endif //#ifdef _WIN32

0 commit comments

Comments
 (0)