Browse Source

Merge pull request #271 from libtom/rel-1.18-sm-demo-cleanup

Rel 1.18 sm demo cleanup
Steffen Jaeckel 8 years ago
parent
commit
d502c247db
2 changed files with 0 additions and 4 deletions
  1. 0 2
      demos/demo_dynamic.py
  2. 0 2
      demos/demo_dynamic.py3

+ 0 - 2
demos/demo_dynamic.py

@@ -114,7 +114,6 @@ if SHOW_ALL_SIZES:
 #-------------------------------------------------------------------------------
 #-------------------------------------------------------------------------------
 # get individually named constants and sizes
 # get individually named constants and sizes
 
 
-# print selected constants
 if SHOW_SELECTED_CONSTANTS:
 if SHOW_SELECTED_CONSTANTS:
     print '-'*60
     print '-'*60
     print '\n  selected constants:'
     print '\n  selected constants:'
@@ -133,7 +132,6 @@ if SHOW_SELECTED_CONSTANTS:
         print '    %-25s  %d' % (name, value)
         print '    %-25s  %d' % (name, value)
     print
     print
 
 
-# print selected sizes
 if SHOW_SELECTED_SIZES:
 if SHOW_SELECTED_SIZES:
     print '-'*60
     print '-'*60
     print '\n  selected sizes:'
     print '\n  selected sizes:'

+ 0 - 2
demos/demo_dynamic.py3

@@ -145,7 +145,6 @@ if SHOW_ALL_SIZES:
 #-------------------------------------------------------------------------------
 #-------------------------------------------------------------------------------
 # get individually named constants and sizes
 # get individually named constants and sizes
 
 
-# print selected constants
 if SHOW_SELECTED_CONSTANTS:
 if SHOW_SELECTED_CONSTANTS:
     print('-'*60)
     print('-'*60)
     print('\n  selected constants:')
     print('\n  selected constants:')
@@ -164,7 +163,6 @@ if SHOW_SELECTED_CONSTANTS:
         print('    %-25s  %d' % (name.decode("utf-8"), value))
         print('    %-25s  %d' % (name.decode("utf-8"), value))
     print(' ')
     print(' ')
 
 
-# print selected sizes
 if SHOW_SELECTED_SIZES:
 if SHOW_SELECTED_SIZES:
     print('-'*60)
     print('-'*60)
     print('\n  selected sizes:')
     print('\n  selected sizes:')