summaryrefslogtreecommitdiff
path: root/plugins/Ping/log.h
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/Ping/log.h')
-rw-r--r--plugins/Ping/log.h12
1 files changed, 0 insertions, 12 deletions
diff --git a/plugins/Ping/log.h b/plugins/Ping/log.h
deleted file mode 100644
index 8fed816122..0000000000
--- a/plugins/Ping/log.h
+++ /dev/null
@@ -1,12 +0,0 @@
-#ifndef _PING_LOG
-#define _PING_LOG
-
-#pragma warning( disable : 4786 )
-#include "options.h"
-
-INT_PTR Log(WPARAM wParam, LPARAM lParam);
-INT_PTR GetLogFilename(WPARAM wParam, LPARAM lParam);
-INT_PTR SetLogFilename(WPARAM wParam, LPARAM lParam);
-INT_PTR ViewLogData(WPARAM wParam, LPARAM lParam);
-
-#endif