Skip to content

Commit 7ba9049

Browse files
committed
Remove duplicate definition of constants
1 parent fea02f7 commit 7ba9049

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

qt/scientific_interfaces/Inelastic/BayesFitting/QuasiView.cpp

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -23,16 +23,6 @@
2323
namespace {
2424
static const std::string TAB_NAME = "Quasi";
2525

26-
static const unsigned int NUM_DECIMALS = 6;
27-
static const unsigned int INT_DECIMALS = 0;
28-
29-
struct BackgroundType {
30-
inline static const std::string SLOPING = "Sloping";
31-
inline static const std::string FLAT = "Flat";
32-
inline static const std::string ZERO = "Zero";
33-
inline static const std::string LINEAR = "Linear";
34-
};
35-
3626
struct PlotType {
3727
inline static const std::string ALL = "All";
3828
inline static const std::string AMPLITUDE = "Amplitude";

0 commit comments

Comments
 (0)