diff options
Diffstat (limited to 'glcddrivers/gu256x64-3900.h')
-rw-r--r-- | glcddrivers/gu256x64-3900.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/glcddrivers/gu256x64-3900.h b/glcddrivers/gu256x64-3900.h index 95d7d7f..9703a04 100644 --- a/glcddrivers/gu256x64-3900.h +++ b/glcddrivers/gu256x64-3900.h @@ -41,9 +41,6 @@ class cDriverGU256X64_3900 : public cDriver cParallelPort * port; int portFd; - cDriverConfig * config; - cDriverConfig * oldConfig; - int m_iSizeYb; int m_nRefreshCounter; int interface; @@ -71,7 +68,6 @@ protected: void Write(unsigned char data); public: cDriverGU256X64_3900(cDriverConfig * config); - virtual ~cDriverGU256X64_3900(); virtual int Init(); virtual int DeInit(); |