From 9c162ddbea1507193b83fea2e2310f9eda5cfdb9 Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Tue, 8 Sep 2015 14:41:10 +0200 Subject: remove unused Link<> field Change-Id: I121f133513a9897f38bd87be96c2cea39fbfc836 --- include/vcl/btndlg.hxx | 1 - 1 file changed, 1 deletion(-) (limited to 'include') diff --git a/include/vcl/btndlg.hxx b/include/vcl/btndlg.hxx index 5ab5a50382da..cf5206e35d27 100644 --- a/include/vcl/btndlg.hxx +++ b/include/vcl/btndlg.hxx @@ -91,7 +91,6 @@ private: sal_uInt16 mnCurButtonId; sal_uInt16 mnFocusButtonId; bool mbFormat; - Link<> maClickHdl; SAL_DLLPRIVATE void ImplInitButtonDialogData(); SAL_DLLPRIVATE VclPtr ImplCreatePushButton( ButtonDialogFlags nBtnFlags ); -- cgit