X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=src%2Fffi.lisp;h=be5048a1151bff1f1e031aa33c72dba986957c27;hb=b9e78f806d34dbf2a3b9dc3eb9c3959a30513ef1;hp=537b2ccb61a6700d87a5a888379bfb9177566c8f;hpb=018d8f643addb34a348093cba371652df3da0c12;p=jscl.git diff --git a/src/ffi.lisp b/src/ffi.lisp index 537b2cc..be5048a 100644 --- a/src/ffi.lisp +++ b/src/ffi.lisp @@ -13,8 +13,6 @@ ;; You should have received a copy of the GNU General Public License ;; along with JSCL. If not, see . -(defvar *root* (%js-vref "window")) - (define-setf-expander oget (object key &rest keys) (let* ((keys (cons key keys)) (g!object (gensym))