summaryrefslogtreecommitdiff
path: root/src/channel.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/channel.cpp')
-rw-r--r--src/channel.cpp5
1 files changed, 1 insertions, 4 deletions
diff --git a/src/channel.cpp b/src/channel.cpp
index fcc8c6f8..38329e0c 100644
--- a/src/channel.cpp
+++ b/src/channel.cpp
@@ -35,8 +35,5 @@ Channel::Channel(short id,
Channel::~Channel()
{
- if (mTab)
- {
- delete mTab;
- }
+ delete mTab;
}