summaryrefslogtreecommitdiff
path: root/components/cellrendererpixbufanimation.cpp
diff options
context:
space:
mode:
authorouwou <26526779+ouwou@users.noreply.github.com>2021-11-18 01:03:35 -0500
committerouwou <26526779+ouwou@users.noreply.github.com>2021-11-18 01:03:35 -0500
commit9c285a09e50ce9d4b786c9f28402e94a9f4fb418 (patch)
tree78701d71461b48e3f8083b45b1f420362950ef0a /components/cellrendererpixbufanimation.cpp
parent1f68da6b77c82f462472385a8e31a578c4c5caed (diff)
parent9d21df8e1bca9ccfa1bcfcde3bc8f35473866166 (diff)
downloadabaddon-portaudio-9c285a09e50ce9d4b786c9f28402e94a9f4fb418.tar.gz
abaddon-portaudio-9c285a09e50ce9d4b786c9f28402e94a9f4fb418.zip
Merge branch 'master' of https://github.com/uowuo/abaddon into msys
Diffstat (limited to 'components/cellrendererpixbufanimation.cpp')
-rw-r--r--components/cellrendererpixbufanimation.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/components/cellrendererpixbufanimation.cpp b/components/cellrendererpixbufanimation.cpp
index 1f49402..2658967 100644
--- a/components/cellrendererpixbufanimation.cpp
+++ b/components/cellrendererpixbufanimation.cpp
@@ -61,7 +61,6 @@ void CellRendererPixbufAnimation::render_vfunc(const Cairo::RefPtr<Cairo::Contex
Gtk::CellRendererState flags) {
Gtk::Requisition minimum, natural;
get_preferred_size(widget, minimum, natural);
- auto alloc = widget.get_allocation();
int xpad, ypad;
get_padding(xpad, ypad);
int pix_x = cell_area.get_x() + xpad;