diff options
Diffstat (limited to 'src/table.cc')
-rw-r--r-- | src/table.cc | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/table.cc b/src/table.cc index c8f904b5..43304206 100644 --- a/src/table.cc +++ b/src/table.cc @@ -292,10 +292,6 @@ static void Html_tag_open_table_cell(DilloHtml *html, ((dw::Table*)S_TOP(html)->table)->addCell (col_tb, colspan, rowspan); S_TOP(html)->textblock = html->dw = col_tb; - - /* Handle it when the user clicks on a link */ - html->connectSignals(col_tb); - break; default: |