diff options
| author | Ben Boeckel <MathStuf@gmail.com> | 2009-01-20 17:05:18 -0500 |
|---|---|---|
| committer | Ben Boeckel <MathStuf@gmail.com> | 2009-01-20 17:05:18 -0500 |
| commit | 0015cc077a261f0da4852f570f83a975b3724cd3 (patch) | |
| tree | 1f881d5e8709ecda30ebf6de68c0bcd5387ccbad /sigscript/MapWrapper.h | |
| parent | e62af8390d71138aa62467f2fadcc581265da334 (diff) | |
| download | sigen-0015cc077a261f0da4852f570f83a975b3724cd3.tar.gz sigen-0015cc077a261f0da4852f570f83a975b3724cd3.tar.xz sigen-0015cc077a261f0da4852f570f83a975b3724cd3.zip | |
FlyWarp isn't needed on Map and cleaned up widget
Diffstat (limited to 'sigscript/MapWrapper.h')
| -rw-r--r-- | sigscript/MapWrapper.h | 3 |
1 files changed, 1 insertions, 2 deletions
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 <MathStuf@gmail.com> + * Copyright 2008-2009 Ben Boeckel <MathStuf@gmail.com> * * 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; |
