summaryrefslogtreecommitdiffstats
path: root/src/render/lights
diff options
context:
space:
mode:
authorKevin Ottens <kevin.ottens@kdab.com>2017-07-17 12:51:22 +0200
committerKevin Ottens <kevin.ottens@kdab.com>2017-07-17 11:59:10 +0000
commitd82a49048579c1faf73e0d846ec09430829c926b (patch)
treeca6ea8dd652d0c9c7f4ece05f566e3a146f8b2f1 /src/render/lights
parent82a5efc7c9862aab0962a59824568d3b6fe16f10 (diff)
This method has no implementation
Change-Id: I017d83acc576aaad921f62b2ae0e858660f15259 Reviewed-by: Sean Harmer <sean.harmer@kdab.com> Reviewed-by: Paul Lemire <paul.lemire@kdab.com>
Diffstat (limited to 'src/render/lights')
-rw-r--r--src/render/lights/qspotlight.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/render/lights/qspotlight.h b/src/render/lights/qspotlight.h
index 8497740db..8902708a3 100644
--- a/src/render/lights/qspotlight.h
+++ b/src/render/lights/qspotlight.h
@@ -61,7 +61,6 @@ public:
explicit QSpotLight(Qt3DCore::QNode *parent = nullptr);
~QSpotLight();
- QVector3D attenuation() const;
QVector3D localDirection() const;
float cutOffAngle() const;