mirror of
https://github.com/hkalexling/Mango.git
synced 2026-04-25 00:00:52 -04:00
Remove unnecessary createtime method
This commit is contained in:
@@ -211,7 +211,7 @@ abstract class Entry
|
||||
TitleInfo.new @book.dir do |info|
|
||||
info_da = info.date_added[@title]?
|
||||
if info_da.nil?
|
||||
date_added = info.date_added[@title] = createtime
|
||||
date_added = info.date_added[@title] = ctime path
|
||||
info.save
|
||||
else
|
||||
date_added = info_da
|
||||
@@ -222,8 +222,6 @@ abstract class Entry
|
||||
|
||||
abstract def path : String
|
||||
|
||||
abstract def createtime : Time
|
||||
|
||||
abstract def read_page(page_num)
|
||||
|
||||
abstract def page_dimensions
|
||||
|
||||
Reference in New Issue
Block a user