diff options
Diffstat (limited to 'gnome-extra/hardware-monitor/files/hardware-monitor-0.7-emptyconstructors.patch')
-rw-r--r-- | gnome-extra/hardware-monitor/files/hardware-monitor-0.7-emptyconstructors.patch | 21 |
1 files changed, 0 insertions, 21 deletions
diff --git a/gnome-extra/hardware-monitor/files/hardware-monitor-0.7-emptyconstructors.patch b/gnome-extra/hardware-monitor/files/hardware-monitor-0.7-emptyconstructors.patch deleted file mode 100644 index d8f6cf697f7d..000000000000 --- a/gnome-extra/hardware-monitor/files/hardware-monitor-0.7-emptyconstructors.patch +++ /dev/null @@ -1,21 +0,0 @@ ---- hardware-monitor-0.7/src/pixbuf-drawing.hpp 2003-08-25 22:45:16.000000000 +0800 -+++ hardware-monitor-0.7-patched/src/pixbuf-drawing.hpp 2004-11-05 01:59:35.716420136 +0800 -@@ -89,8 +89,6 @@ - class PixelPosition - { - public: -- PixelPosition() -- {} - - PixelPosition(unsigned char *pixel, int rs, int chnls) - : data(pixel), rowstride(rs), channels(chnls) -@@ -152,9 +150,6 @@ - typedef Pixel reference; - typedef std::ptrdiff_t difference_type; - -- PixelIterator() -- {} -- - PixelIterator(const Glib::RefPtr<Gdk::Pixbuf> &p, - unsigned int x, unsigned int y) - : width(p->get_width()), channels(p->get_n_channels()), |