]> pilppa.org Git - libplp.git/blobdiff - src/plp_errcode.h
cleanups
[libplp.git] / src / plp_errcode.h
diff --git a/src/plp_errcode.h b/src/plp_errcode.h
deleted file mode 100644 (file)
index 47a4bb1..0000000
+++ /dev/null
@@ -1,19 +0,0 @@
-/*
- * plp_common.h
- *
- *  Created on: Oct 2, 2010
- *      Author: lamikr
- */
-
-#ifndef PLP_COMMON_H_
-#define PLP_COMMON_H_
-
-enum
-{
-       PLP_OK = 0,
-       PLP_ERR_UNKNOWN,
-       C_ERR_MEMORY,
-       PLP_ERR_IO
-};
-
-#endif /* PLP_COMMON_H_ */