summaryrefslogtreecommitdiffstats
path: root/app/table_model.h
diff options
context:
space:
mode:
Diffstat (limited to 'app/table_model.h')
-rw-r--r--app/table_model.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/app/table_model.h b/app/table_model.h
index 5d4377a..c1e61b1 100644
--- a/app/table_model.h
+++ b/app/table_model.h
@@ -94,8 +94,6 @@ class TableModel {
void ClearCollator();
protected:
- ~TableModel() {}
-
// Returns the collator used by CompareValues.
icu::Collator* GetCollator();
};