diff --git a/src/html/htmlwin.cpp b/src/html/htmlwin.cpp
index 653eec918d..5986277c0a 100644
--- a/src/html/htmlwin.cpp
+++ b/src/html/htmlwin.cpp
@@ -771,8 +771,10 @@ void wxHtmlWindow::OnIdle(wxIdleEvent& WXUNUSED(event))
{
m_tmpSelFromCell = m_Cell->FindCellByPos(x, y,
wxHTML_FIND_NEAREST_BEFORE);
+#if 0 // FIXME -- needed or not?
if (!m_tmpSelFromCell)
m_tmpSelFromCell = m_Cell->GetFirstTerminal();
+#endif
}
else
{