Skip to content

Commit 953523b

Browse files
committed
What the...? Git's merge failed hard.
1 parent 301eaec commit 953523b

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

classify/mf.cpp

+1-5
Original file line numberDiff line numberDiff line change
@@ -37,16 +37,12 @@
3737
* the features into the new format. Then deallocate the
3838
* old micro-features.
3939
* @param Blob blob to extract micro-features from
40-
* @param bl_denorm currently unused
4140
* @param cn_denorm control parameter to feature extractor.
42-
* @param fx_info currently unused
4341
* @return Micro-features for Blob.
4442
* @note Exceptions: none
4543
* @note History: Wed May 23 18:06:38 1990, DSJ, Created.
4644
*/
47-
FEATURE_SET ExtractMicros(TBLOB *Blob, const DENORM& bl_denorm,
48-
const DENORM& cn_denorm,
49-
const INT_FX_RESULT_STRUCT& fx_info) {
45+
FEATURE_SET ExtractMicros(TBLOB* Blob, const DENORM& cn_denorm) {
5046
int NumFeatures;
5147
MICROFEATURES Features, OldFeatures;
5248
FEATURE_SET FeatureSet;

0 commit comments

Comments
 (0)