Update Server, breaks API + remove deprecated
[nikiroo-utils.git] / src / be / nikiroo / utils / TraceHandler.java
index 309e8af6d393f31823a4200e719ec051e1570ad3..6541a8bfd5b9add51643686a7f641f250b201809 100644 (file)
@@ -77,28 +77,4 @@ public class TraceHandler {
                        System.out.println(message);
                }
        }
-
-       // old stuff:
-
-       /**
-        * Use the parameters in the constructor instead.
-        * 
-        * @param showTraces
-        *            show the traces
-        */
-       @Deprecated
-       public void setShowTraces(boolean showTraces) {
-               this.showTraces = showTraces;
-       }
-
-       /**
-        * Use the parameters in the constructor instead.
-        * 
-        * @param showErrorDetails
-        *            show the details on errors
-        */
-       @Deprecated
-       public void setShowErrorDetails(boolean showErrorDetails) {
-               this.showErrorDetails = showErrorDetails;
-       }
 }