cleanup: remove static-call
src/kde.lisp
Sun May 24 23:29:37 CEST 2009 Tobias Rautenkranz <tobias@rautenkranz.ch>
* cleanup: remove static-call
--- old-kde.ui/src/kde.lisp 2014-10-30 07:22:56.000000000 +0100
+++ new-kde.ui/src/kde.lisp 2014-10-30 07:22:56.000000000 +0100
@@ -33,6 +33,3 @@
(eval-when (:load-toplevel :compile-toplevel :execute)
(disable-dr-konqi))
-
-(defun static-call (class-name method-name &rest args)
- (apply #'smoke::static-call *kde-smoke* class-name method-name args))