Fix class-map image loading and use the new static smoke methods.
src/smoke.lisp
Sun Jan 17 22:04:08 CET 2010 Tobias Rautenkranz <tobias@rautenkranz.ch>
* Fix class-map image loading and use the new static smoke methods.
indClass() and isDerivedFrom() are now static (r1076132 and also in KDE 4.4).
--- old-smoke/src/smoke.lisp 2014-10-30 08:08:47.000000000 +0100
+++ new-smoke/src/smoke.lisp 2014-10-30 08:08:47.000000000 +0100
@@ -52,11 +52,6 @@
(defun smoke-call (class pointer method-name &optional (args nil))
(s-call (make-smoke-method-from-name class method-name) pointer args))
-(defun static-call (smoke class-name method-name &rest args)
- (s-call (make-smoke-method-from-name (make-smoke-class smoke class-name)
- method-name)
- (null-pointer) args))
-
(defun enum-call (method)
"Return the enum value for METHOD."
;; FIXME: