Skip to content

Commit

Permalink
unused now
Browse files Browse the repository at this point in the history
  • Loading branch information
ihaveamac committed Apr 15, 2016
1 parent 128f0be commit 08088ca
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions 3dsconv.py
Original file line number Diff line number Diff line change
Expand Up @@ -75,10 +75,6 @@ def docleanup(tid):
silentremove("work/%s-logo.bcma.lz" % tid)
silentremove("work/%s-plain.bin" % tid)

# based on http://stackoverflow.com/questions/1766535/bit-hack-round-off-to-multiple-of-8/1766566#1766566
def roundup(x):
return ( (int(x, 16) + 63) >> 6) << 6

if len(sys.argv) < 2:
print(helptext % (version, ("current directory" if xorpad_directory == "" else "'%s'" % xorpad_directory), ("current directory" if output_directory == "" else "'%s'" % output_directory)))
sys.exit(1)
Expand Down

0 comments on commit 08088ca

Please sign in to comment.