summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/corelib/gdi/gfx_gdi.pas1
-rw-r--r--src/gui/gui_combobox.pas1
2 files changed, 0 insertions, 2 deletions
diff --git a/src/corelib/gdi/gfx_gdi.pas b/src/corelib/gdi/gfx_gdi.pas
index 9ceb9e44..a1358b4b 100644
--- a/src/corelib/gdi/gfx_gdi.pas
+++ b/src/corelib/gdi/gfx_gdi.pas
@@ -637,7 +637,6 @@ begin
(uMsg = WM_LBUTTONDOWN) then
begin
ClosePopups;
-// fpgSendMessage(nil, mw, FPGM_POPUPCLOSE);
end;
end; { if }
end;
diff --git a/src/gui/gui_combobox.pas b/src/gui/gui_combobox.pas
index 392daacb..3b88ae28 100644
--- a/src/gui/gui_combobox.pas
+++ b/src/gui/gui_combobox.pas
@@ -416,7 +416,6 @@ begin
{$IFDEF DEBUG}
writeln('.... destroying');
{$ENDIF}
- // This actually never gets reached!!! Debug and test if this is still needed.
FBtnPressed := False;
ddw := TComboboxDropdownWindow(FDropDown);
ddw.Close;