X-Git-Url: http://cvs.zerfleddert.de/cgi-bin/gitweb.cgi/proxmark3-svn/blobdiff_plain/6658905f18a1eebc148836f26c731dea9c1377dc..940a20122dccd83c3f409eec1321c88b5f7058f7:/armsrc/LCD.h

diff --git a/armsrc/LCD.h b/armsrc/LCD.h
index 27971eba..17b334d1 100644
--- a/armsrc/LCD.h
+++ b/armsrc/LCD.h
@@ -1,9 +1,6 @@
 #ifndef __LCD
 #define __LCD
 
-#define LCD_RESET_HIGH()	PIO_OUTPUT_DATA_SET   |= (1<<GPIO_LRST)
-#define LCD_RESET_LOW()		PIO_OUTPUT_DATA_CLEAR |= (1<<GPIO_LRST)
-
 // The resolution of the LCD
 #define LCD_XRES	132
 #define LCD_YRES	132