summaryrefslogtreecommitdiffstats
path: root/modules/image/inc/img_ocr.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'modules/image/inc/img_ocr.hpp')
-rw-r--r--modules/image/inc/img_ocr.hpp50
1 files changed, 0 insertions, 50 deletions
diff --git a/modules/image/inc/img_ocr.hpp b/modules/image/inc/img_ocr.hpp
deleted file mode 100644
index 723588e..0000000
--- a/modules/image/inc/img_ocr.hpp
+++ /dev/null
@@ -1,50 +0,0 @@
-/******************************************************************************
- * Copyright (C) 2018 Alejandro Colomar Andrés *
- ******************************************************************************/
-
-
-/******************************************************************************
- ******* include guard ********************************************************
- ******************************************************************************/
-# ifndef VA_IMG_OCR_HPP
- # define VA_IMG_OCR_HPP
-
-
-/******************************************************************************
- ******* enums ****************************************************************
- ******************************************************************************/
- enum Img_OCR_Action {
- IMG_OCR_ACT_FOO = 0,
-
- IMG_OCR_ACT_OCR = 0x0400,
- IMG_OCR_ACT_READ
- };
-
-
-/******************************************************************************
- ******* C wrapper ************************************************************
- ******************************************************************************/
-extern "C" {
-
-
-/******************************************************************************
- ******* functions ************************************************************
- ******************************************************************************/
- void img_ocr_act (int action, void *data);
-
-
-/******************************************************************************
- ******* C wrapper ************************************************************
- ******************************************************************************/
-} /* extern "C" */
-
-
-/******************************************************************************
- ******* include guard ********************************************************
- ******************************************************************************/
-# endif /* img_ocr.hpp */
-
-
-/******************************************************************************
- ******* end of file **********************************************************
- ******************************************************************************/