From d37da4a303ab2760103ef8302cb1778f8860f16f Mon Sep 17 00:00:00 2001 From: Tomi Valkeinen Date: Sun, 22 May 2016 15:36:49 +0300 Subject: Remove swig helpers --- libkms++/atomicreq.h | 1 - 1 file changed, 1 deletion(-) (limited to 'libkms++/atomicreq.h') diff --git a/libkms++/atomicreq.h b/libkms++/atomicreq.h index 54740c2..7a8f2a4 100644 --- a/libkms++/atomicreq.h +++ b/libkms++/atomicreq.h @@ -25,7 +25,6 @@ public: int test(); int commit(); int commit(void* data); - int commit(PageFlipHandlerBase* data) { return commit((void*)data); } int commit_sync(); private: -- cgit v1.2.3