summaryrefslogtreecommitdiff
path: root/portato/backend/system_interface.py
diff options
context:
space:
mode:
Diffstat (limited to 'portato/backend/system_interface.py')
-rw-r--r--portato/backend/system_interface.py9
1 files changed, 0 insertions, 9 deletions
diff --git a/portato/backend/system_interface.py b/portato/backend/system_interface.py
index 43a44ad..a523af7 100644
--- a/portato/backend/system_interface.py
+++ b/portato/backend/system_interface.py
@@ -299,15 +299,6 @@ class SystemInterface (object):
raise NotImplementedError
- def get_world_file_path (self):
- """Returns the path to the world file.
-
- @returns: the path of the world file
- @rtype: string
- """
-
- raise NotImplementedError
-
def get_sync_command (self):
"""Returns the command(s) to run for syncing. This can be overridden by the user.