home
·
contact
·
privacy
projects
/
bricksplom
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
|
inline
| side by side (parent:
59c2bc5
)
Remove dead code.
master
author
Plom Heller
<plom@plomlompom.com>
Mon, 27 Jul 2026 22:16:57 +0000
(
00:16
+0200)
committer
Plom Heller
<plom@plomlompom.com>
Mon, 27 Jul 2026 22:16:57 +0000
(
00:16
+0200)
bricksplom.py
patch
|
blob
|
history
diff --git
a/bricksplom.py
b/bricksplom.py
index 0d73038a42be93dcf063f3f975dda613d807b819..8c9671937b4dbc3180cb8ac59d39356c708547a6 100755
(executable)
--- a/
bricksplom.py
+++ b/
bricksplom.py
@@
-639,12
+639,6
@@
class Box(WithDb, Lookupable):
f'# {comment}']
return CHAR_NEWLINE.join(lines)
f'# {comment}']
return CHAR_NEWLINE.join(lines)
- def raw(
- self
- ) -> str:
- 'Call .raw() of base BrickSet.'
- return self._set.raw()
-
class BricksDb:
'Collection of all the tables enabling their combined processing.'
class BricksDb:
'Collection of all the tables enabling their combined processing.'