From c24d09ec87e2d0f210f6dbc43041283e9900c63e Mon Sep 17 00:00:00 2001 From: Reuben Thomas Date: Sun, 9 Dec 2007 15:22:33 +0000 Subject: Remove newt interface of sisinstall, as it was a pretty small gain for a whole dependency. Most command-line users will be happy with the plain text interface; GUI users will want kpsion back. --- sisinstall/sisinstaller.h | 18 ------------------ 1 file changed, 18 deletions(-) (limited to 'sisinstall/sisinstaller.h') diff --git a/sisinstall/sisinstaller.h b/sisinstall/sisinstaller.h index 493d839..28e110f 100644 --- a/sisinstall/sisinstaller.h +++ b/sisinstall/sisinstaller.h @@ -3,10 +3,6 @@ #include "sistypes.h" -#if HAVE_LIBNEWT -# include -#endif - #include class Psion; @@ -50,16 +46,6 @@ public: */ void setPsion(Psion* psion); -#if HAVE_LIBNEWT - /** - * Shall we do use feedback via newt? - */ - void useNewt(bool usenewt) - { - m_useNewt = usenewt; - } -#endif - private: char m_drive; @@ -78,10 +64,6 @@ private: bool m_ownInstalled; -#if HAVE_LIBNEWT - bool m_useNewt; -#endif - enum { FILE_OK, FILE_SKIP, -- cgit v1.2.3