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
PIM
Akonadi
Commits
404bf743
Commit
404bf743
authored
Dec 19, 2020
by
Gabriel Souza Franco
Browse files
Remove unsused method in Config
parent
805b31cc
Pipeline
#44689
passed with stage
in 12 minutes and 42 seconds
Changes
2
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
src/core/config.cpp
View file @
404bf743
...
...
@@ -44,11 +44,6 @@ Config::Config()
}
}
void
Config
::
setConfig
(
const
Config
&
config
)
{
*
sConfig
=
config
;
}
const
Config
&
Config
::
get
()
{
return
*
sConfig
;
...
...
src/core/config_p.h
View file @
404bf743
...
...
@@ -34,10 +34,6 @@ public:
* Configures behavior of the payload compression feature.
*/
PayloadCompression
payloadCompression
=
{};
protected:
static
void
setConfig
(
const
Config
&
config
);
};
}
// namespace Akonadi
...
...
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