Cleanup app in with-app
src/qt.lisp
Sun May 24 16:30:31 CEST 2009 Tobias Rautenkranz <tobias@rautenkranz.ch>
* Cleanup app in with-app
--- old-qt.gui/src/qt.lisp 2014-10-30 07:50:01.000000000 +0100
+++ new-qt.gui/src/qt.lisp 2014-10-30 07:50:01.000000000 +0100
@@ -34,8 +34,5 @@
(eval-when (:load-toplevel :compile-toplevel :execute)
(use-foreign-library libqt-smoke-extra))
-(defun new (class-name method-name &rest args)
- (apply #'new-object (smoke::binding *qt-smoke*) class-name method-name args))
-
(defun static-call (class-name method-name &rest args)
(apply #'smoke::static-call *qt-smoke* class-name method-name args))