lpcmanager

More non-working SplashScreen code removal.

2018-01-30, Edouard Tisserant
2a141a3cf524
Parents 4a26b89c1446
Children a7669138416f
More non-working SplashScreen code removal.
  • +0 -10
    LPCManager.py
  • --- a/LPCManager.py Tue Jan 30 14:09:35 2018 +0100
    +++ b/LPCManager.py Tue Jan 30 14:23:20 2018 +0100
    @@ -82,16 +82,6 @@
    from util.BitmapLibrary import AddBitmapFolder
    AddBitmapFolder(os.path.join(_lpcmanager_path, "images"))
    -import util
    -def GetPath(gif_name):
    - for folder in util.BitmapLibrary.BitmapFolders:
    - bmp_path = os.path.join(folder, gif_name)
    - if os.path.isfile(bmp_path):
    - return bmp_path
    - return None
    -util.BitmapLibrary.GetPath = GetPath
    -from util.BitmapLibrary import GetPath
    -
    config = wx.ConfigBase.Get()
    report = str(config.Read("Report"))
    if report == "":