summaryrefslogtreecommitdiffstats
path: root/src/crypt/cryptclassnullcipher.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/crypt/cryptclassnullcipher.cpp')
-rw-r--r--src/crypt/cryptclassnullcipher.cpp4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/crypt/cryptclassnullcipher.cpp b/src/crypt/cryptclassnullcipher.cpp
index 29e9dd7..b4ed284 100644
--- a/src/crypt/cryptclassnullcipher.cpp
+++ b/src/crypt/cryptclassnullcipher.cpp
@@ -11,10 +11,6 @@ void CryptClassNullCipher::encrypt()
m_cryptText = m_clearText;
}
-
-
-
-
void CryptClassNullCipher::decrypt()
{
m_clearText = m_cryptText;