Skip to content

Commit

Permalink
finish deleting
Browse files Browse the repository at this point in the history
  • Loading branch information
AntonMrt committed May 24, 2024
1 parent e636d71 commit eda275c
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 45 deletions.
1 change: 0 additions & 1 deletion array_core/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ set(SOURCE_FILES
"../common_utils/common_constants.cpp"
"../plotly_maker/plotly_maker.cpp"
"../plotly_maker/html_parts.cpp"
"configurator.cpp"
)
set(HEADER_FILES
"../common_utils/common_utils.h"
Expand Down
12 changes: 0 additions & 12 deletions array_core/configurator.cpp

This file was deleted.

32 changes: 0 additions & 32 deletions array_core/configurator.h
Original file line number Diff line number Diff line change
Expand Up @@ -59,38 +59,6 @@ struct Config {
surfaceSettings surf;
};


//Old
/*
class Configurator {
public:
static Configurator& getInstance() {
static Configurator instance;
return instance;
}
Configurator(Configurator const&) = delete;
void operator=(Configurator const&) = delete;
void reset() { //to default settings
common = commonSettings();
chart = chartSettings();
heatmap = heatMapSettings();
surf = surfaceSettings();
};
commonSettings common;
chartSettings chart;
heatMapSettings heatmap;
surfaceSettings surf;
private:
Configurator() {};
};
Configurator& config();
*/

//#STOP_GRAB_TO_DV_NAMESPACE
}// end namespace dv

Expand Down

0 comments on commit eda275c

Please sign in to comment.