diff options
Diffstat (limited to 'chrome/common/gtk_tree.h')
-rw-r--r-- | chrome/common/gtk_tree.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/chrome/common/gtk_tree.h b/chrome/common/gtk_tree.h index 4e74efa..8caa64c 100644 --- a/chrome/common/gtk_tree.h +++ b/chrome/common/gtk_tree.h @@ -43,9 +43,6 @@ class ModelAdapter : public TableModelObserver { // after clearing the list store. Can be overriden by the delegate if it // needs to do extra initialization before the list store is populated. virtual void OnModelChanged() {} - - protected: - ~Delegate() {} }; // |table_model| may be NULL. |