diff options
author | Noel Grandin <noel@peralex.com> | 2015-09-08 14:41:10 +0200 |
---|---|---|
committer | Noel Grandin <noel@peralex.com> | 2015-09-10 08:20:16 +0200 |
commit | 9c162ddbea1507193b83fea2e2310f9eda5cfdb9 (patch) | |
tree | 9e83f5260a953c2a19b6ee7d2d26eaab1417f760 /include | |
parent | 4db28b21499b866c44a6727118a9a94bf2f590ef (diff) |
remove unused Link<> field
Change-Id: I121f133513a9897f38bd87be96c2cea39fbfc836
Diffstat (limited to 'include')
-rw-r--r-- | include/vcl/btndlg.hxx | 1 |
1 files changed, 0 insertions, 1 deletions
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<PushButton> ImplCreatePushButton( ButtonDialogFlags nBtnFlags ); |