Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Utilities
Kate
Commits
7dcc41fd
Commit
7dcc41fd
authored
Sep 25, 2022
by
Christoph Cullmann
🍨
Browse files
purge dead code
parent
bd11711a
Pipeline
#236762
passed with stage
in 9 minutes and 25 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
apps/lib/katepluginmanager.cpp
View file @
7dcc41fd
...
...
@@ -305,11 +305,6 @@ KTextEditor::Plugin *KatePluginManager::plugin(const QString &name)
return
(
it
==
m_name2Plugin
.
end
())
?
nullptr
:
it
.
value
()
->
plugin
;
}
bool
KatePluginManager
::
pluginAvailable
(
const
QString
&
name
)
{
return
m_name2Plugin
.
contains
(
name
);
}
class
KTextEditor
::
Plugin
*
KatePluginManager
::
loadPlugin
(
const
QString
&
name
,
bool
permanent
)
{
/**
...
...
apps/lib/katepluginmanager.h
View file @
7dcc41fd
...
...
@@ -66,7 +66,6 @@ public:
}
KTextEditor
::
Plugin
*
plugin
(
const
QString
&
name
);
bool
pluginAvailable
(
const
QString
&
name
);
KTextEditor
::
Plugin
*
loadPlugin
(
const
QString
&
name
,
bool
permanent
=
true
);
void
unloadPlugin
(
const
QString
&
name
,
bool
permanent
=
true
);
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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