From cc35aa4b664f29ad977ef52c193a1d911e6d5bbc Mon Sep 17 00:00:00 2001 From: Ben Boeckel Date: Tue, 24 Feb 2009 00:48:40 -0500 Subject: Removed unused dtors in sigmodrtree --- sigmodr/tree/WeatherGroupModel.cpp | 4 ---- 1 file changed, 4 deletions(-) (limited to 'sigmodr/tree/WeatherGroupModel.cpp') diff --git a/sigmodr/tree/WeatherGroupModel.cpp b/sigmodr/tree/WeatherGroupModel.cpp index bfdbaefa..41aaf70d 100644 --- a/sigmodr/tree/WeatherGroupModel.cpp +++ b/sigmodr/tree/WeatherGroupModel.cpp @@ -35,10 +35,6 @@ Sigmodr::Tree::WeatherGroupModel::WeatherGroupModel(BaseModel* parent, Sigmod::S addObject(sigmod->weather(i)); } -Sigmodr::Tree::WeatherGroupModel::~WeatherGroupModel() -{ -} - QVariant Sigmodr::Tree::WeatherGroupModel::data(const int role) const { if (role == BaseModel::ContextMenuRole) -- cgit