msvc_warnings--
[quassel.git] / src / qtui / chatscene.cpp
index e865c45..1194e82 100644 (file)
@@ -582,13 +582,6 @@ void ChatScene::updateSceneRect(const QRectF &rect) {
   update();
 }
 
-void ChatScene::customEvent(QEvent *event) {
-  switch(event->type()) {
-  default:
-    return;
-  }
-}
-
 void ChatScene::loadWebPreview(ChatItem *parentItem, const QString &url, const QRectF &urlRect) {
 #ifndef HAVE_WEBKIT
   Q_UNUSED(parentItem)