Skip to content
Snippets Groups Projects
Commit 10b7f857 authored by Oliver Sander's avatar Oliver Sander
Browse files

Remove three unused local macros

parent d738f42f
No related branches found
No related tags found
No related merge requests found
......@@ -99,10 +99,6 @@ USING_PPIF_NAMESPACE
#define ABS(i) (((i)<0) ? (-(i)) : (i))
#define XPOS(aid) (aid&0xFF) /* xpos from compact form */
#define YPOS(aid) ((aid&0xFF00)>>8) /* ypos from compact form */
#define ZPOS(aid) ((aid&0xFF0000)>>16) /* zpos from compact form */
#define PPIF_SUCCESS 0 /* Return value for success */
#define PPIF_FAILURE 1 /* Return value for failure */
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment