From d9887e50d58d089c9379faca4f3b4d0e3bf5d564 Mon Sep 17 00:00:00 2001 From: Bananeweizen Date: Sat, 1 Dec 2012 12:00:48 +0100 Subject: refactoring: remove unused code --- main/src/cgeo/geocaching/files/ParserException.java | 4 ---- 1 file changed, 4 deletions(-) (limited to 'main/src/cgeo/geocaching/files/ParserException.java') diff --git a/main/src/cgeo/geocaching/files/ParserException.java b/main/src/cgeo/geocaching/files/ParserException.java index 5aa152c..c0076cc 100644 --- a/main/src/cgeo/geocaching/files/ParserException.java +++ b/main/src/cgeo/geocaching/files/ParserException.java @@ -13,10 +13,6 @@ public class ParserException extends Exception { super(detailMessage); } - public ParserException(Throwable throwable) { - super(throwable); - } - public ParserException(String detailMessage, Throwable throwable) { super(detailMessage, throwable); } -- cgit v1.1