mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
Close a few TODOs
This commit is contained in:
parent
1c1cc0f1f5
commit
cee41c8822
@ -1294,8 +1294,7 @@ class Page(LrsObject, LrsContainer):
|
||||
settingName not in PageStyle.alsoAllow:
|
||||
raise LrsError, "setting %s not allowed on Page" % settingName
|
||||
|
||||
# TODO: should these be copied?
|
||||
self.settings = settings
|
||||
self.settings = settings.copy()
|
||||
|
||||
|
||||
def appendReferencedObjects(self, parent):
|
||||
@ -1709,8 +1708,6 @@ class NoBR(LrsSimpleChar1, LrsTextTag):
|
||||
LrsTextTag.__init__(self, text, [LrsSimpleChar1])
|
||||
|
||||
|
||||
# TODO: Plot, Image
|
||||
|
||||
class Space(LrsSimpleChar1, LrsContainer):
|
||||
def __init__(self, xsize=0, x=0):
|
||||
LrsContainer.__init__(self, [])
|
||||
|
Loading…
x
Reference in New Issue
Block a user