summaryrefslogtreecommitdiff
path: root/plugins/Nudge/src/options.cpp
diff options
context:
space:
mode:
authorVadim Dashevskiy <watcherhd@gmail.com>2015-07-26 10:29:35 +0000
committerVadim Dashevskiy <watcherhd@gmail.com>2015-07-26 10:29:35 +0000
commitb51c00fa7ee7a159b71186d818da4da1e5b34450 (patch)
tree591c4f7ca8d2521e483337ada865c866b33533ec /plugins/Nudge/src/options.cpp
parent2e29576b70d2549c02bd7bf356644e1234e483b6 (diff)
Nudge: common project
git-svn-id: http://svn.miranda-ng.org/main/trunk@14712 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/Nudge/src/options.cpp')
-rw-r--r--plugins/Nudge/src/options.cpp6
1 files changed, 2 insertions, 4 deletions
diff --git a/plugins/Nudge/src/options.cpp b/plugins/Nudge/src/options.cpp
index 4d428e92b7..959fafd6bd 100644
--- a/plugins/Nudge/src/options.cpp
+++ b/plugins/Nudge/src/options.cpp
@@ -1,4 +1,4 @@
-#include "headers.h"
+#include "stdafx.h"
CNudgeElement* ActualNudge = NULL;
@@ -170,8 +170,6 @@ static INT_PTR CALLBACK DlgProcShakeOpt(HWND hwnd,UINT msg,WPARAM wParam,LPARAM
static void PopulateProtocolList(HWND hWnd)
{
- bool useOne = IsDlgButtonChecked(hWnd, IDC_USEBYPROTOCOL) == BST_UNCHECKED;
-
HWND hLstView = GetDlgItem(hWnd, IDC_PROTOLIST);
TreeView_DeleteAllItems(hLstView);
@@ -377,7 +375,7 @@ static INT_PTR CALLBACK DlgProcNudgeOpt(HWND hwnd, UINT msg, WPARAM wParam, LPAR
/////////////////////////////////////////////////////////////////////////////////////////
-int NudgeOptInit(WPARAM wParam, LPARAM lParam)
+int NudgeOptInit(WPARAM wParam, LPARAM)
{
OPTIONSDIALOGPAGE odp = { 0 };
odp.position = -790000000;