Indicate whether a key is set for the buffer.
[quassel.git] / src / core / coreircuser.cpp
index 79f5d38..f89e9aa 100644 (file)
@@ -46,11 +46,4 @@ Cipher *CoreIrcUser::cipher() const
 }
 
 
 }
 
 
-void CoreIrcUser::setEncrypted(bool e)
-{
-    Q_UNUSED(e);
-    // TODO
-}
-
-
 #endif
 #endif