Various fixes

Fixes to dead code and a couple self-assignings
This commit is contained in:
Raul Tambre 2015-01-24 21:50:26 +02:00
parent 94c81c73c5
commit be50130c3f
7 changed files with 10 additions and 22 deletions

View file

@ -210,7 +210,7 @@ void CompilerELF::OnUpdate(wxCommandEvent& event)
DoAnalyzeCode(false);
return;
asm_list->Freeze();
/*asm_list->Freeze();
asm_list->SetStyle(0, asm_list->GetValue().Len(), wxTextAttr("Black"));
/*
@ -220,7 +220,7 @@ void CompilerELF::OnUpdate(wxCommandEvent& event)
}
*/
SetOpStyle(".int", "Blue");
/*SetOpStyle(".int", "Blue");
SetOpStyle(".string", "Blue");
SetOpStyle(".strlen", "Blue");
SetOpStyle(".buf", "Blue");
@ -294,7 +294,7 @@ void CompilerELF::OnUpdate(wxCommandEvent& event)
asm_list->Thaw();
UpdateScroll(true, wxVERTICAL);
UpdateScroll(true, wxVERTICAL);*/
}
void CompilerELF::OnScroll(wxScrollWinEvent& event)