Refactoring: move fields ui_pass and ui_total_passes from class

Packer into class UiPacker.
This commit is contained in:
Markus F.X.J. Oberhumer
2006-06-29 14:37:01 +02:00
parent 8ab3e63aeb
commit 7b77491c06
6 changed files with 26 additions and 23 deletions
-2
View File
@@ -281,8 +281,6 @@ protected:
// UI handler
UiPacker *uip;
int ui_pass;
int ui_total_passes;
// linker
Linker *linker;