Skip to content
  • Dmitry Kazakov's avatar
    Cleanup KisDocument from all the unused variables · d9105787
    Dmitry Kazakov authored
    This patch basically removes all the unused variables from KisDocument
    and adds a copy-constructor for implementing a proper asynchronous saving
    in the future.
    
    It also removes a bit of mutable state with isExporting() and
    isImporting(). These "global" variables are really a pain when making
    the saving asynchronous.
    d9105787