From: Reimar Döffinger Date: Sat, 5 Sep 2015 10:22:21 +0000 (+0200) Subject: Remove dummy code that makes no sense/does not work. X-Git-Url: http://gitweb.fperrin.net/?p=DictionaryPC.git;a=commitdiff_plain;h=d7a593cdc371ce2af07a7a85c5641ccf96a48972 Remove dummy code that makes no sense/does not work. --- diff --git a/src/com/hughes/android/dictionary/parser/wiktionary/WholeSectionToHtmlParser.java b/src/com/hughes/android/dictionary/parser/wiktionary/WholeSectionToHtmlParser.java index e4bbb16..6b7da0b 100644 --- a/src/com/hughes/android/dictionary/parser/wiktionary/WholeSectionToHtmlParser.java +++ b/src/com/hughes/android/dictionary/parser/wiktionary/WholeSectionToHtmlParser.java @@ -132,7 +132,6 @@ public class WholeSectionToHtmlParser extends AbstractWiktionaryParser { public void addFunctionCallbacks( Map> functionCallbacks) { // TODO: need Spanish variant - EnFunctionCallbacks.addGenericCallbacks(functionCallbacks); } });