diff options
Diffstat (limited to 'chrome/views/table_view.h')
-rw-r--r-- | chrome/views/table_view.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/chrome/views/table_view.h b/chrome/views/table_view.h index 69ad4d4..b02ec24 100644 --- a/chrome/views/table_view.h +++ b/chrome/views/table_view.h @@ -472,9 +472,6 @@ class TableView : public NativeControl, // Overriden to destroy the image list. virtual void OnDestroy(); - // Overriden to work around bug when RTL. - virtual void OnContextMenu(const CPoint& location); - // Used to sort the two rows. Returns a value < 0, == 0 or > 0 indicating // whether the row2 comes before row1, row2 is the same as row1 or row1 comes // after row2. This invokes CompareValues on the model with the sorted column. |