Removed code from unimplemented feature
This commit is contained in:
parent
44cf83c53e
commit
e514fee924
1 changed files with 1 additions and 1 deletions
|
@ -6,7 +6,7 @@ col_sizes = [0.15, 0.85]
|
|||
class EventListDesign (DesignEntity):
|
||||
"""Creates a TableTextDesign filled with event
|
||||
begin date and title"""
|
||||
def __init__ (self, size, calendar, event_count = None, text_size = 16):
|
||||
def __init__ (self, size, calendar, text_size = 16):
|
||||
super(EventListDesign, self).__init__(size)
|
||||
self.calendar = calendar
|
||||
self.__event_matrix__ = []
|
||||
|
|
Loading…
Reference in a new issue