diff options
Diffstat (limited to 'src/components/cellrendererpixbufanimation.cpp')
-rw-r--r-- | src/components/cellrendererpixbufanimation.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/components/cellrendererpixbufanimation.cpp b/src/components/cellrendererpixbufanimation.cpp index 2658967..d6f1f01 100644 --- a/src/components/cellrendererpixbufanimation.cpp +++ b/src/components/cellrendererpixbufanimation.cpp @@ -10,8 +10,6 @@ CellRendererPixbufAnimation::CellRendererPixbufAnimation() property_ypad() = 2; } -CellRendererPixbufAnimation::~CellRendererPixbufAnimation() {} - Glib::PropertyProxy<Glib::RefPtr<Gdk::Pixbuf>> CellRendererPixbufAnimation::property_pixbuf() { return m_property_pixbuf.get_proxy(); } |