OSDN Git Service

Remove unused function from header file
authorMarcel Gosselin <marcelgosselin@users.sourceforge.net>
Sat, 31 Jan 2009 04:35:06 +0000 (04:35 +0000)
committerMarcel Gosselin <marcelgosselin@users.sourceforge.net>
Sat, 31 Jan 2009 04:35:06 +0000 (04:35 +0000)
Src/stringdiffs.h

index 633f49c..8e26989 100644 (file)
@@ -40,9 +40,4 @@ void sd_ComputeWordDiffs(const String & str1, const String & str2,
                bool case_sensitive, int whitespace, int breakType, bool byte_level,
                std::vector<wdiff*> * pDiffs);
 
-void sd_ComputeByteDiff(String & str1, String & str2, 
-                       bool casitive, int xwhite, 
-                       int &begin1, int &begin2, int &end1, int &end2);
-
-
 #endif // stringdiffs_h_included