aboutsummaryrefslogtreecommitdiff
path: root/gui/predictivedialog.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'gui/predictivedialog.cpp')
-rw-r--r--gui/predictivedialog.cpp17
1 files changed, 0 insertions, 17 deletions
diff --git a/gui/predictivedialog.cpp b/gui/predictivedialog.cpp
index 06dcd6750b..627e6c1b96 100644
--- a/gui/predictivedialog.cpp
+++ b/gui/predictivedialog.cpp
@@ -105,18 +105,9 @@ PredictiveDialog::PredictiveDialog() : Dialog("Predictive") {
_predictiveDict.nameDict = "predictive_dictionary";
_predictiveDict.defaultFilename = "pred.dic";
- _predictiveDict.dictActLine = NULL;
_userDict.nameDict = "user_dictionary";
_userDict.defaultFilename = "user.dic";
- _userDict.dictActLine = NULL;
-
- _unitedDict.nameDict = "";
- _unitedDict.defaultFilename = "";
-
- _predictiveDict.dictLine = NULL;
- _predictiveDict.dictText = NULL;
- _predictiveDict.dictLineCount = 0;
if (!_predictiveDict.dictText) {
loadAllDictionary(_predictiveDict);
@@ -124,11 +115,6 @@ PredictiveDialog::PredictiveDialog() : Dialog("Predictive") {
debug(5, "Predictive Dialog: pred.dic not loaded");
}
- _userDict.dictLine = NULL;
- _userDict.dictText = NULL;
- _userDict.dictTextSize = 0;
- _userDict.dictLineCount = 0;
-
if (!_userDict.dictText) {
loadAllDictionary(_userDict);
if (!_userDict.dictText)
@@ -137,9 +123,6 @@ PredictiveDialog::PredictiveDialog() : Dialog("Predictive") {
mergeDicts();
- _unitedDict.dictActLine = NULL;
- _unitedDict.dictText = NULL;
-
memset(_repeatcount, 0, sizeof(_repeatcount));
_prefix.clear();