summaryrefslogtreecommitdiff
path: root/Pb/Landscape/__init__.py
diff options
context:
space:
mode:
Diffstat (limited to 'Pb/Landscape/__init__.py')
-rwxr-xr-xPb/Landscape/__init__.py7
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(';')