test: Add build system support and a main function for unit tests
[quassel.git] / src / core / cipher.cpp
index 88a4c50..c5a40c2 100644 (file)
@@ -30,9 +30,6 @@ Cipher::Cipher(QByteArray key, QString cipherType)
 }
 
 
-Cipher::~Cipher()
-{}
-
 bool Cipher::setKey(QByteArray key)
 {
     if (key.isEmpty()) {