浏览代码

remove unused class

Bastien Sevajol 7 年前
父节点
当前提交
e95bde8695
共有 1 个文件被更改,包括 1 次插入5 次删除
  1. 1 5
      opencombat/gui/weapon.py

+ 1 - 5
opencombat/gui/weapon.py 查看文件

17
 RIFFLE = 'RIFFLE'
17
 RIFFLE = 'RIFFLE'
18
 
18
 
19
 
19
 
20
-class ImageApplier(object):
21
-    pass  # FIXME: refact here
22
-
23
-
24
-class WeaponImageApplier(ImageApplier):
20
+class WeaponImageApplier(object):
25
     def __init__(
21
     def __init__(
26
         self,
22
         self,
27
         config: Config,
23
         config: Config,