From 22f052f313379a8e864e61fdd3593126e088ded4 Mon Sep 17 00:00:00 2001 From: Kirill Volinsky Date: Sun, 3 Mar 2013 14:04:30 +0000 Subject: removed not used headers added version info fixed crash #169 (patch from $ergi0) git-svn-id: http://svn.miranda-ng.org/main/trunk@3873 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- plugins/Ping/src/pinglist.h | 8 -------- 1 file changed, 8 deletions(-) (limited to 'plugins/Ping/src/pinglist.h') diff --git a/plugins/Ping/src/pinglist.h b/plugins/Ping/src/pinglist.h index ed2a94810f..4766c8e115 100644 --- a/plugins/Ping/src/pinglist.h +++ b/plugins/Ping/src/pinglist.h @@ -1,14 +1,6 @@ #ifndef _PINGLIST_H #define _PINGLIST_H -typedef BinaryTree PINGLIST; - -#include // for sort - -extern PINGLIST list_items; -extern HANDLE reload_event_handle; -extern CRITICAL_SECTION list_cs; - INT_PTR LoadPingList(WPARAM wParam, LPARAM lParam); INT_PTR GetPingList(WPARAM wParam,LPARAM lParam); INT_PTR SavePingList(WPARAM wParam, LPARAM lParam); -- cgit v1.2.3