Kaydet (Commit) c671aac4 authored tarafından Stephan Bergmann's avatar Stephan Bergmann

Remove unused FILE_WRITING BasicCodeTagger::TaggerException

Change-Id: Ie9d487c934f6d03000a1a44ee1b2d4038763a20e
üst 9e817f7d
...@@ -38,7 +38,7 @@ class L10N_DLLPUBLIC BasicCodeTagger ...@@ -38,7 +38,7 @@ class L10N_DLLPUBLIC BasicCodeTagger
void tagBasCodeParagraphs(); void tagBasCodeParagraphs();
public: public:
enum TaggerException { FILE_WRITING, NULL_DOCUMENT, EMPTY_DOCUMENT }; enum TaggerException { NULL_DOCUMENT, EMPTY_DOCUMENT };
BasicCodeTagger( xmlDocPtr rootDoc ); BasicCodeTagger( xmlDocPtr rootDoc );
~BasicCodeTagger(); ~BasicCodeTagger();
void tagBasicCodes(); void tagBasicCodes();
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment