[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);
}
- [lmi-commits] [lmi] master updated (d5a3be5 -> 4da8dbb), Greg Chicares, 2018/08/22
- [lmi-commits] [lmi] master 6330347 2/6: Assert an apparent requirement, Greg Chicares, 2018/08/22
- [lmi-commits] [lmi] master 1612829 3/6: Investigate failure of the assertion just added, Greg Chicares, 2018/08/22
- [lmi-commits] [lmi] master 4e69646 4/6: Work around the problem analyzed in the preceding commit, Greg Chicares, 2018/08/22
- [lmi-commits] [lmi] master 4da8dbb 6/6: Remove parallel implementation and its associated assertion,
Greg Chicares <=
- [lmi-commits] [lmi] master 3f962fd 1/6: Make minimum margin a set_column_widths() argument, Greg Chicares, 2018/08/22
- [lmi-commits] [lmi] master f0673e0 5/6: Fix the problem analyzed in the penultimate commit, Greg Chicares, 2018/08/22