diff options
Diffstat (limited to 'Pb/Landscape')
| -rwxr-xr-x | Pb/Landscape/__init__.py | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/Pb/Landscape/__init__.py b/Pb/Landscape/__init__.py index e285fb5..34e5c88 100755 --- a/Pb/Landscape/__init__.py +++ b/Pb/Landscape/__init__.py @@ -12,13 +12,6 @@ class PbLandscape(Pb): texture=None, name=None, ): - self._required_keys = [ - "heightmap", - "imgdata", - "texture", - "name", - ] - def _saveImgData(self, imgdata, filename): try: parts = imgdata.split(';') |
