removed unused declaration

This commit is contained in:
Nick Bolton 2011-05-07 02:47:20 +00:00
parent edeae477e1
commit 710e3a1967
1 changed files with 0 additions and 1 deletions

View File

@ -180,7 +180,6 @@ public:
static void setInstanceWin32(HINSTANCE instance); static void setInstanceWin32(HINSTANCE instance);
static BOOL WINAPI getProcessEntry(PROCESSENTRY32& entry, DWORD processID); static BOOL WINAPI getProcessEntry(PROCESSENTRY32& entry, DWORD processID);
static BOOL WINAPI getProcessEntry(PROCESSENTRY32& entry, std::string processName);
static BOOL WINAPI getSelfProcessEntry(PROCESSENTRY32& entry); static BOOL WINAPI getSelfProcessEntry(PROCESSENTRY32& entry);
static BOOL WINAPI getParentProcessEntry(PROCESSENTRY32& entry); static BOOL WINAPI getParentProcessEntry(PROCESSENTRY32& entry);