From 81e05de4391c11fad7faf9bc164f92e128a49d25 Mon Sep 17 00:00:00 2001 From: Daniel Brahneborg Date: Thu, 28 Mar 2002 09:47:25 +0000 Subject: Some buffer overrun checks. Removed the --force flag. --- sisinstall/sisinstaller.h | 13 ------------- 1 file changed, 13 deletions(-) (limited to 'sisinstall/sisinstaller.h') diff --git a/sisinstall/sisinstaller.h b/sisinstall/sisinstaller.h index bb50c6e..28e110f 100644 --- a/sisinstall/sisinstaller.h +++ b/sisinstall/sisinstaller.h @@ -31,15 +31,6 @@ public: */ void selectDrive(); - /** - * Set forced mode, which means that it ignores any earlier versions - * of the same application. - */ - void setForced(bool f) - { - m_forced = f; - } - /** * Set the base pointer to the list of already installed * applications, so we don't have to scan it for every sis @@ -71,10 +62,6 @@ private: int m_lastSisFile; - bool m_forced; - - bool m_ownBuffer; - bool m_ownInstalled; enum { -- cgit v1.2.3