aboutsummaryrefslogtreecommitdiffstats
path: root/sisinstall/sisinstaller.h
diff options
context:
space:
mode:
Diffstat (limited to 'sisinstall/sisinstaller.h')
-rw-r--r--sisinstall/sisinstaller.h18
1 files changed, 0 insertions, 18 deletions
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 <newt.h>
-#endif
-
#include <sys/types.h>
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,