diff options
Diffstat (limited to 'ftnoir_protocol_ftn/ftnoir_protocol_ftn.cpp')
-rw-r--r-- | ftnoir_protocol_ftn/ftnoir_protocol_ftn.cpp | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/ftnoir_protocol_ftn/ftnoir_protocol_ftn.cpp b/ftnoir_protocol_ftn/ftnoir_protocol_ftn.cpp index 81077367..bfe83853 100644 --- a/ftnoir_protocol_ftn/ftnoir_protocol_ftn.cpp +++ b/ftnoir_protocol_ftn/ftnoir_protocol_ftn.cpp @@ -51,11 +51,6 @@ FTNoIR_Protocol::~FTNoIR_Protocol() }
}
-void FTNoIR_Protocol::Initialize()
-{
- loadSettings();
-}
-
//
// Load the current Settings from the currently 'active' INI-file.
//
|