Remove code no longer required for quick reports

svn: r19736
This commit is contained in:
Nick Hall 2012-06-01 17:23:40 +00:00
parent 5763a57985
commit be6e718433
2 changed files with 0 additions and 2 deletions

View File

@ -76,7 +76,6 @@ class BaseDoc(object):
self._style_sheet = styles self._style_sheet = styles
self._creator = "" self._creator = ""
self.init_called = False self.init_called = False
self.type = "standard"
def init(self): def init(self):
self.init_called = True self.init_called = True

View File

@ -103,7 +103,6 @@ class TextBufDoc(BaseDoc, TextDoc):
# #
#-------------------------------------------------------------------- #--------------------------------------------------------------------
def open(self, filename, container=None): def open(self, filename, container=None):
self.type = "gtk"
self.has_data = True self.has_data = True
self.tag_table = gtk.TextTagTable() self.tag_table = gtk.TextTagTable()