Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Utilities
Konsole
Commits
adb8513e
Commit
adb8513e
authored
Sep 04, 2020
by
Kurt Hindenburg
Browse files
Comment out unused variable
parent
ac49d1e8
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/EscapeSequenceUrlExtractor.h
View file @
adb8513e
...
...
@@ -67,7 +67,7 @@ private:
* that will take over the history file.
* TODO: make it configurable.
*/
const
int
_maximumUrlHistory
=
200
;
//Not used ATM
const int _maximumUrlHistory = 200;
/* All of the extracted URL's. */
QVector
<
ExtractedUrl
>
_history
;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment