From 2f5b68b9d00f31c4ed7fb6a52403c6d746d77cf4 Mon Sep 17 00:00:00 2001 From: Aaron Seigo Date: Thu, 3 Feb 2011 20:37:44 -0800 Subject: [PATCH] remove a line of dead code --- view.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/view.cpp b/view.cpp index c2f7d25f1..7c6769635 100644 --- a/view.cpp +++ b/view.cpp @@ -111,7 +111,6 @@ public: q->setAttribute(Qt::WA_TranslucentBackground); q->setAutoFillBackground(true); q->setDragMode(QGraphicsView::NoDrag); - //setCacheMode(QGraphicsView::CacheBackground); q->setInteractive(true); q->setAcceptDrops(true); q->setAlignment(Qt::AlignLeft | Qt::AlignTop);