diff options
author | Florian Jung <flo@thinkpad.(none)> | 2011-01-08 18:27:40 +0100 |
---|---|---|
committer | Florian Jung <flo@thinkpad.(none)> | 2011-01-08 18:27:40 +0100 |
commit | d84da6cdfb9027a67b8ab50fe2c23374acc3b245 (patch) | |
tree | 36fe2b669da46e0e320a03e4f18c3a25c743107d /note_compiler/programs.h | |
parent | 82e74a33661d235029f413eff2b21c4e29e057bc (diff) |
Added some of the bugfixes to the note_compiler and removed use_pfactor
Diffstat (limited to 'note_compiler/programs.h')
-rw-r--r-- | note_compiler/programs.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/note_compiler/programs.h b/note_compiler/programs.h index f290e35..d7acd61 100644 --- a/note_compiler/programs.h +++ b/note_compiler/programs.h @@ -115,8 +115,6 @@ struct program_t fixed_t sync_factor; bool sync_factor_const; - - bool use_pfactor; }; #endif |