From 0015cc077a261f0da4852f570f83a975b3724cd3 Mon Sep 17 00:00:00 2001 From: Ben Boeckel Date: Tue, 20 Jan 2009 17:05:18 -0500 Subject: FlyWarp isn't needed on Map and cleaned up widget --- sigscript/MapWrapper.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'sigscript/MapWrapper.h') diff --git a/sigscript/MapWrapper.h b/sigscript/MapWrapper.h index b6cdaae5..fa5e23a9 100644 --- a/sigscript/MapWrapper.h +++ b/sigscript/MapWrapper.h @@ -1,5 +1,5 @@ /* - * Copyright 2008 Ben Boeckel + * Copyright 2008-2009 Ben Boeckel * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -50,7 +50,6 @@ class SIGSCRIPT_EXPORT MapWrapper : public ObjectWrapper Q_SCRIPTABLE Sigmod::Map::Type type(const QString& name) const; Q_SCRIPTABLE QString name() const; - Q_SCRIPTABLE MapWarpWrapper* flyWarp(); Q_SCRIPTABLE Sigmod::Map::Type type() const; Q_SCRIPTABLE int width() const; Q_SCRIPTABLE int height() const; -- cgit