Commit bf737e09 authored by Jim Fulton's avatar Jim Fulton

Get rid of supportsTransactionalUndo check. It's not needed any more.

parent 545d688e
......@@ -34,11 +34,6 @@ class TransUndoStorageWithCache:
info = self._storage.undoInfo(0, 20)
tid = info[0]['id']
# We may need to bail at this point if the storage doesn't
# support transactional undo
if not self._storage.supportsTransactionalUndo():
return
# Now start an undo transaction
t = Transaction()
t.note('undo1')
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment