]> git.lyx.org Git - features.git/blobdiff - lib/lyx2lyx/lyx_2_1.py
- lyx2lyx/lyx_2_1.py: remove wrong info (was a copy/paste mistake)
[features.git] / lib / lyx2lyx / lyx_2_1.py
index fdab927b3463a755564996529cb979ea7f5bc712..1c7f7812506e369b06c166492c3f9f318a31754f 100644 (file)
@@ -581,7 +581,6 @@ def revert_cell_rotation(document):
   try:
     while True:
       # first, let's find out if we need to do anything
-      # cell type 3 is multirow begin cell
       i = find_token(document.body, '<cell ', i)
       if i == -1:
         return
@@ -620,7 +619,6 @@ def convert_cell_rotation(document):
     i = 0
     while True:
       # first, let's find out if we need to do anything
-      # cell type 3 is multirow begin cell
       i = find_token(document.body, '<cell ', i)
       if i == -1:
         return