Commit 4d40a0c 1 parent dc17d47 commit 4d40a0c Copy full SHA for 4d40a0c
File tree 3 files changed +0
-4
lines changed
3 files changed +0
-4
lines changed Original file line number Diff line number Diff line change @@ -236,7 +236,6 @@ void GODivisionalSetter::LoadCombination(GOConfigReader &cfg) {
236
236
237
237
const char *const DIVISIONALS = " divisionals" ;
238
238
const char *const BANKED_DIVISIONALS = " banked-divisionals" ;
239
- const char *const NAME = " name" ;
240
239
const char *const COMBINATIONS = " combinations" ;
241
240
const wxString WX_MANUALP03U = wxT(" Manual%03u" );
242
241
const wxString WX_PU = wxT(" %u" );
Original file line number Diff line number Diff line change @@ -580,7 +580,6 @@ void GOSetter::Save(GOConfigWriter &cfg) {
580
580
// another objects are saveble themself so they are saved separatelly
581
581
}
582
582
583
- const char *const CURRENT = " current" ;
584
583
const char *const SIMPLE_GENERALS = " generals" ;
585
584
const char *const BANKED_GENERALS = " banked-generals" ;
586
585
const char *const CRESCENDOS = " crescendos" ;
Original file line number Diff line number Diff line change 23
23
#include " model/GOSwitch.h"
24
24
#include " model/GOTremulant.h"
25
25
26
- constexpr unsigned MAX_ELEMENTS = 2000 ;
27
-
28
26
enum {
29
27
ID_CHECKBOX = 200 ,
30
28
};
You can’t perform that action at this time.
0 commit comments