Use overload resolution instead of static-call
src/qt.lisp
Sun May 24 16:40:11 CEST 2009 Tobias Rautenkranz <tobias@rautenkranz.ch>
* Use overload resolution instead of static-call
--- old-qt.gui/src/qt.lisp 2014-10-30 07:49:47.000000000 +0100
+++ new-qt.gui/src/qt.lisp 2014-10-30 07:49:47.000000000 +0100
@@ -33,6 +33,3 @@
(eval-when (:load-toplevel :compile-toplevel :execute)
(use-foreign-library libqt-smoke-extra))
-
-(defun static-call (class-name method-name &rest args)
- (apply #'smoke::static-call *qt-smoke* class-name method-name args))