summaryrefslogtreecommitdiff
path: root/src/imports/shaders/shadereffectitem.cpp
diff options
context:
space:
mode:
authorKai Koehne <kai.koehne@nokia.com>2012-09-14 15:33:20 +0200
committerQt by Nokia <qt-info@nokia.com>2012-09-18 08:46:36 +0200
commit5120eec7fc741921318a5538fe15fbcb6bc73f7c (patch)
treeba45750be59a10c1d69521512d9372fc88207d83 /src/imports/shaders/shadereffectitem.cpp
parent5f7494513e35c92f802ff9fdca4baa6ad2246003 (diff)
downloadqtquick1-5120eec7fc741921318a5538fe15fbcb6bc73f7c.tar.gz
Remove Symbian platform
Change-Id: Iad770614f7c1c890febeee662d0ce9370dcb17e3 Reviewed-by: Lars Knoll <lars.knoll@nokia.com>
Diffstat (limited to 'src/imports/shaders/shadereffectitem.cpp')
-rw-r--r--src/imports/shaders/shadereffectitem.cpp4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/imports/shaders/shadereffectitem.cpp b/src/imports/shaders/shadereffectitem.cpp
index 10dee401..c9f760a1 100644
--- a/src/imports/shaders/shadereffectitem.cpp
+++ b/src/imports/shaders/shadereffectitem.cpp
@@ -200,10 +200,6 @@ Rectangle {
*/
-#ifdef Q_OS_SYMBIAN
-#define OBSERVE_GL_CONTEXT_LOSS 1
-#endif
-
ShaderEffectItem::ShaderEffectItem(QDeclarativeItem *parent)
: QDeclarativeItem(parent)
, m_program(0)