diff options
Diffstat (limited to 'plugins/TooltipNotify/src/DbHelpers.h')
-rw-r--r-- | plugins/TooltipNotify/src/DbHelpers.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/plugins/TooltipNotify/src/DbHelpers.h b/plugins/TooltipNotify/src/DbHelpers.h index aea3c9a9b2..374df04c05 100644 --- a/plugins/TooltipNotify/src/DbHelpers.h +++ b/plugins/TooltipNotify/src/DbHelpers.h @@ -2,8 +2,6 @@ //
//////////////////////////////////////////////////////////////////////
-#pragma once
-
bool ModuleSettingsExists(HANDLE hContact, const char* pszModuleName);
void DeleteModuleSettings(HANDLE hContact, const char* pszModuleName);
void RenameModule(HANDLE hContact, const char* pszOldName, const char* pszNewName);
|