Skip to content

Commit 08088ca

Browse files
committed
unused now
1 parent 128f0be commit 08088ca

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

3dsconv.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -75,10 +75,6 @@ def docleanup(tid):
7575
silentremove("work/%s-logo.bcma.lz" % tid)
7676
silentremove("work/%s-plain.bin" % tid)
7777

78-
# based on http://stackoverflow.com/questions/1766535/bit-hack-round-off-to-multiple-of-8/1766566#1766566
79-
def roundup(x):
80-
return ( (int(x, 16) + 63) >> 6) << 6
81-
8278
if len(sys.argv) < 2:
8379
print(helptext % (version, ("current directory" if xorpad_directory == "" else "'%s'" % xorpad_directory), ("current directory" if output_directory == "" else "'%s'" % output_directory)))
8480
sys.exit(1)

0 commit comments

Comments
 (0)