main: Remove redundant dir creation

This commit is contained in:
Stein Magnus Jodal 2013-04-09 12:41:07 +02:00
parent 02f9db4518
commit 87b526f8d3

View File

@ -312,7 +312,6 @@ def validate_config(raw_config, schemas, extensions=None):
def create_file_structures():
path.get_or_create_dir('$XDG_DATA_DIR/mopidy')
path.get_or_create_dir('$XDG_CONFIG_DIR/mopidy')
path.get_or_create_file('$XDG_CONFIG_DIR/mopidy/mopidy.conf')