summaryrefslogtreecommitdiffstats
path: root/lib/CommLayer/CommLayerInner.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'lib/CommLayer/CommLayerInner.cpp')
-rw-r--r--lib/CommLayer/CommLayerInner.cpp7
1 files changed, 0 insertions, 7 deletions
diff --git a/lib/CommLayer/CommLayerInner.cpp b/lib/CommLayer/CommLayerInner.cpp
index 71b26aa..ec569e4 100644
--- a/lib/CommLayer/CommLayerInner.cpp
+++ b/lib/CommLayer/CommLayerInner.cpp
@@ -11,13 +11,6 @@ void comm_layer_inner_init(CObserver *pObs)
}
}
-void comm_layer_inner_debug(const std::string& pMessage)
-{
- if (g_pObs)
- {
- g_pObs->Debug(pMessage);
- }
-}
void comm_layer_inner_warning(const std::string& pMessage)
{
if (g_pObs)