aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLaszlo Agocs <laszlo.agocs@theqtcompany.com>2015-04-17 13:44:11 +0200
committerLaszlo Agocs <laszlo.agocs@theqtcompany.com>2015-04-20 12:50:25 +0000
commit3e01854a0414727e69a656282cf08407a0b13603 (patch)
tree3f0e98dad74ebcaa7bfd906d37d7981403f4f7bc
parent5051c63b3b818f5fb0ed9f92e74b916ea9d4e723 (diff)
particles: Remove unused function declarations
A leftover from the pre-watchEvent() days. Change-Id: I1b8015d314eaf806b1ab0ddb2f94cc7d05d1b2de Reviewed-by: Laszlo Agocs <laszlo.agocs@theqtcompany.com>
-rw-r--r--examples/quickcl/particles/particles.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/examples/quickcl/particles/particles.cpp b/examples/quickcl/particles/particles.cpp
index 917baeb..e687084 100644
--- a/examples/quickcl/particles/particles.cpp
+++ b/examples/quickcl/particles/particles.cpp
@@ -109,8 +109,6 @@ public slots:
void handleScreenChange();
private:
- static void CL_CALLBACK computeDoneCallback(cl_event event, cl_int event_command_exec_status, void *user_data);
- void computeDone();
QSize itemSize() const;
void createBuffer();
void createFbo();