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
7852ad1e
Commit
7852ad1e
authored
Jun 22, 2016
by
Kurt Hindenburg
Browse files
Remove unused variables
parent
62d17245
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/autotests/TerminalInterfaceTest.cpp
View file @
7852ad1e
...
...
@@ -46,9 +46,6 @@ using namespace Konsole;
// Test with no shell running
void
TerminalInterfaceTest
::
testTerminalInterfaceNoShell
()
{
QString
currentDirectory
;
QString
retVal
;
// create a Konsole part and attempt to connect to it
_terminalPart
=
createPart
();
if
(
!
_terminalPart
)
...
...
@@ -74,7 +71,6 @@ void TerminalInterfaceTest::testTerminalInterfaceNoShell()
void
TerminalInterfaceTest
::
testTerminalInterface
()
{
QString
currentDirectory
;
QString
retVal
;
// create a Konsole part and attempt to connect to it
_terminalPart
=
createPart
();
...
...
Write
Preview
Supports
Markdown
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