From d7a593cdc371ce2af07a7a85c5641ccf96a48972 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Reimar=20D=C3=B6ffinger?= Date: Sat, 5 Sep 2015 12:22:21 +0200 Subject: [PATCH] Remove dummy code that makes no sense/does not work. --- .../dictionary/parser/wiktionary/WholeSectionToHtmlParser.java | 1 - 1 file changed, 1 deletion(-) 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); } }); -- 2.43.0