diff options
Diffstat (limited to 'src/Main/Forms/KeyfilesPanel.cpp')
-rw-r--r-- | src/Main/Forms/KeyfilesPanel.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/Main/Forms/KeyfilesPanel.cpp b/src/Main/Forms/KeyfilesPanel.cpp index 71077e81..c1f26d86 100644 --- a/src/Main/Forms/KeyfilesPanel.cpp +++ b/src/Main/Forms/KeyfilesPanel.cpp @@ -59,10 +59,8 @@ namespace VeraCrypt SetDropTarget (new FileDropTarget (this)); KeyfilesListCtrl->SetDropTarget (new FileDropTarget (this)); -#ifdef TC_MACOSX foreach (wxWindow *c, GetChildren()) c->SetDropTarget (new FileDropTarget (this)); -#endif UpdateButtons(); } |