Delete pages.py

Sync Ver.200626
This commit is contained in:
hi80482
2020-07-03 14:52:11 +08:00
committed by GitHub
parent 13613edb0f
commit 4363e92acf

View File

@@ -1,13 +0,0 @@
# -*- coding: utf-8 -*-
from sound_page import SoundPage
import myvars
def InitSoundPage(main_screen):
myvars.SoundPage = SoundPage()
myvars.SoundPage._Screen = main_screen
myvars.SoundPage._Name = "Sound Volume"
myvars.SoundPage.Init()