Revert "Fix forgotten inherited functions in winesteam from wine"

This reverts commit 8be9f19d12.
This commit is contained in:
Xodetaetl 2015-12-27 01:48:59 +01:00
parent 72a2327af3
commit 60ca17a209
2 changed files with 1 additions and 4 deletions

View file

@ -306,7 +306,7 @@ Currently, the following tasks are implemented:
prefix: $GAMEDIR
path: HKEY_CURRENT_USER\Software\Valve\Steam
key: SuppressAutoRun
value: '00000000'
value: 00000000
type: REG_DWORD
* wine / winesteam: ``set_regedit_file`` Apply a regedit file to the

View file

@ -17,12 +17,9 @@ from lutris.util.wineregistry import WineRegistry
# Redefine wine installer tasks
set_regedit = wine.set_regedit
set_regedit_file = wine.set_regedit_file
delete_registry_key = wine.delete_registry_key
create_prefix = wine.create_prefix
wineexec = wine.wineexec
winetricks = wine.winetricks
winecfg = wine.winecfg
STEAM_INSTALLER_URL = "http://lutris.net/files/runners/SteamInstall.msi"