mirror of
https://github.com/aseprite/aseprite.git
synced 2025-02-11 09:40:42 +00:00
Remove unused member function Timeline::celBoxSize()
This commit is contained in:
parent
e1caf39887
commit
ebdf535ec8
@ -4133,11 +4133,6 @@ skin::SkinTheme* Timeline::skinTheme() const
|
||||
return SkinTheme::get(this);
|
||||
}
|
||||
|
||||
gfx::Size Timeline::celBoxSize() const
|
||||
{
|
||||
return gfx::Size(frameBoxWidth(), layerBoxHeight());
|
||||
}
|
||||
|
||||
int Timeline::headerBoxWidth() const
|
||||
{
|
||||
return skinTheme()->dimensions.timelineBaseSize();
|
||||
|
@ -352,7 +352,6 @@ namespace app {
|
||||
|
||||
// Theme/dimensions
|
||||
skin::SkinTheme* skinTheme() const;
|
||||
gfx::Size celBoxSize() const;
|
||||
int headerBoxWidth() const;
|
||||
int headerBoxHeight() const;
|
||||
int layerBoxHeight() const;
|
||||
|
Loading…
x
Reference in New Issue
Block a user