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