diff options
Diffstat (limited to 'src/corelib')
-rw-r--r-- | src/corelib/fpg_popupwindow.pas | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/src/corelib/fpg_popupwindow.pas b/src/corelib/fpg_popupwindow.pas index 85d6c58f..fdb78b66 100644 --- a/src/corelib/fpg_popupwindow.pas +++ b/src/corelib/fpg_popupwindow.pas @@ -342,11 +342,6 @@ procedure TfpgPopupWindow.Close; begin HandleClose; PopupListRemove(self); - { TODO : Move this out to the GDI specific unit. } - {$IFDEF MSWINDOWS} - if uFirstPopup <> nil then - uFirstPopup^.Widget.CaptureMouse; - {$ENDIF} end; |