aboutsummaryrefslogtreecommitdiffstats
path: root/common/rfb/LogWriter.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'common/rfb/LogWriter.cxx')
-rw-r--r--common/rfb/LogWriter.cxx5
1 files changed, 0 insertions, 5 deletions
diff --git a/common/rfb/LogWriter.cxx b/common/rfb/LogWriter.cxx
index 37a9d1ce..d0eaed6c 100644
--- a/common/rfb/LogWriter.cxx
+++ b/common/rfb/LogWriter.cxx
@@ -127,8 +127,3 @@ bool LogParameter::setParam(const char* v) {
}
return true;
}
-
-void LogParameter::setDefault(const char* d) {
- def_value = d;
- setParam(def_value);
-}