lmi-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[lmi-commits] [lmi] master 4da8dbb 6/6: Remove parallel implementation a


From: Greg Chicares
Subject: [lmi-commits] [lmi] master 4da8dbb 6/6: Remove parallel implementation and its associated assertion
Date: Wed, 22 Aug 2018 19:18:24 -0400 (EDT)

branch: master
commit 4da8dbb91e99c39397754332e6046856087c0a38
Author: Gregory W. Chicares <address@hidden>
Commit: Gregory W. Chicares <address@hidden>

    Remove parallel implementation and its associated assertion
---
 wx_table_generator.cpp | 8 --------
 1 file changed, 8 deletions(-)

diff --git a/wx_table_generator.cpp b/wx_table_generator.cpp
index 61aa9fc..d015b98 100644
--- a/wx_table_generator.cpp
+++ b/wx_table_generator.cpp
@@ -513,14 +513,6 @@ int wx_table_generator::cell_pos_x(int column) const
 
 wxRect wx_table_generator::cell_rect(int column, int y) const
 {
-    LMI_ASSERT(column < lmi::ssize(all_columns()));
-    wxRect rect0
-        (cell_pos_x(column)
-        ,y
-        ,all_columns().at(column).col_width()
-        ,row_height_
-        );
-    LMI_ASSERT(cell_rect(column, 1 + column, y) == rect0);
     return cell_rect(column, 1 + column, y);
 }
 



reply via email to

[Prev in Thread] Current Thread [Next in Thread]