summaryrefslogtreecommitdiffstats
path: root/plugins/dexela/software-roi.h
diff options
context:
space:
mode:
authorMatthias Vogelgesang <matthias.vogelgesang@gmail.com>2015-08-06 17:22:41 +0200
committerMatthias Vogelgesang <matthias.vogelgesang@gmail.com>2015-08-06 17:22:41 +0200
commitafd2b0abfa78027e4dbb195f88e90b01cd01feb4 (patch)
tree61d9ea2b56590a884b063a363e2d907ffe9ac3b2 /plugins/dexela/software-roi.h
parentf1cb055bdd2cd18ecd09c1f7504c825eb884aaf0 (diff)
parent89ced9478f200facde423423df8c1718752f8a6c (diff)
downloadlibuca-afd2b0abfa78027e4dbb195f88e90b01cd01feb4.tar.gz
libuca-afd2b0abfa78027e4dbb195f88e90b01cd01feb4.tar.bz2
libuca-afd2b0abfa78027e4dbb195f88e90b01cd01feb4.tar.xz
libuca-afd2b0abfa78027e4dbb195f88e90b01cd01feb4.zip
Merge pull request #73 from miq/remove-anka-plugins
Remove ANKA plugins and change versioning scheme for bundled plugins
Diffstat (limited to 'plugins/dexela/software-roi.h')
-rw-r--r--plugins/dexela/software-roi.h18
1 files changed, 0 insertions, 18 deletions
diff --git a/plugins/dexela/software-roi.h b/plugins/dexela/software-roi.h
deleted file mode 100644
index 3fb3b69..0000000
--- a/plugins/dexela/software-roi.h
+++ /dev/null
@@ -1,18 +0,0 @@
-#ifndef SOFTWAREROI_H
-#define SOFTWAREROI_H
-#include <glib.h>
-
-/**
- * @brief apply_software_roi Extracts the pixels defined by x, y, roiWidth, roiHeight from
- * the src array and writes them into the dest buffer
- * @param src
- * @param srcWidth
- * @param dest
- * @param x
- * @param y
- * @param roiWidth
- * @param roiHeight
- */
-void apply_software_roi(const guchar* src, guint srcWidth, guint bytesPerPixel, guchar* dest, guint x, guint y, guint roiWidth, guint roiHeight);
-
-#endif // SOFTWAREROI_H