mirror of
https://github.com/koreader/koreader.git
synced 2025-08-10 00:52:38 +00:00
[chore] Remove leftover: cface (#8659)
Ancient menu widget had it. Not used anymore.
This commit is contained in:
@@ -8,7 +8,6 @@ local ConfirmBox = require("ui/widget/confirmbox")
|
||||
local DataStorage = require("datastorage")
|
||||
local Device = require("device")
|
||||
local DocumentRegistry = require("document/documentregistry")
|
||||
local Font = require("ui/font")
|
||||
local InputDialog = require("ui/widget/inputdialog")
|
||||
local InfoMessage = require("ui/widget/infomessage")
|
||||
local InputContainer = require("ui/widget/container/inputcontainer")
|
||||
@@ -392,7 +391,6 @@ function CalibreSearch:browse(option, run, chosen)
|
||||
height = Screen:getHeight() - (Size.margin.fullscreen_popout * 2),
|
||||
show_parent = menu_container,
|
||||
onMenuHold = self.onMenuHold,
|
||||
cface = Font:getFace("smallinfofont"),
|
||||
_manager = self,
|
||||
}
|
||||
table.insert(menu_container, self.search_menu)
|
||||
@@ -452,7 +450,6 @@ function CalibreSearch:showresults(t, title)
|
||||
height = Screen:getHeight() - (Size.margin.fullscreen_popout * 2),
|
||||
show_parent = menu_container,
|
||||
onMenuHold = self.onMenuHold,
|
||||
cface = Font:getFace("smallinfofont"),
|
||||
_manager = self,
|
||||
}
|
||||
table.insert(menu_container, self.search_menu)
|
||||
|
||||
Reference in New Issue
Block a user