aboutsummaryrefslogtreecommitdiffstats
path: root/sisinstall/sisinstaller.h
diff options
context:
space:
mode:
authorReuben Thomas <rrt@sc3d.org>2007-12-09 15:22:33 +0000
committerReuben Thomas <rrt@sc3d.org>2007-12-09 15:22:33 +0000
commitc24d09ec87e2d0f210f6dbc43041283e9900c63e (patch)
tree0a143502d3913051ce534a1b28f8eb2cf1af469b /sisinstall/sisinstaller.h
parent17eecf8b0a97e1155a99d1b58700544db5a6d7dd (diff)
downloadplptools-c24d09ec87e2d0f210f6dbc43041283e9900c63e.tar.gz
plptools-c24d09ec87e2d0f210f6dbc43041283e9900c63e.tar.bz2
plptools-c24d09ec87e2d0f210f6dbc43041283e9900c63e.zip
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.
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,