diff options
author | Michele Calgaro <[email protected]> | 2020-09-21 00:24:17 +0900 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2020-09-21 00:24:17 +0900 |
commit | 61e4a38f6aef304b9bacac0a908430a141cb5fc8 (patch) | |
tree | b62f29bac6db81d7cf4558e290e95cf886b6fe57 /noatun-plugins/charlatan/configmodule.cpp | |
parent | 8936820e41771ff5f844e4acb3385ad4bc70222b (diff) | |
download | tdeaddons-61e4a38f6aef304b9bacac0a908430a141cb5fc8.tar.gz tdeaddons-61e4a38f6aef304b9bacac0a908430a141cb5fc8.zip |
Removed code formatting modelines.
Signed-off-by: Michele Calgaro <[email protected]>
Diffstat (limited to 'noatun-plugins/charlatan/configmodule.cpp')
-rw-r--r-- | noatun-plugins/charlatan/configmodule.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/noatun-plugins/charlatan/configmodule.cpp b/noatun-plugins/charlatan/configmodule.cpp index 97676f9..9999a76 100644 --- a/noatun-plugins/charlatan/configmodule.cpp +++ b/noatun-plugins/charlatan/configmodule.cpp @@ -67,5 +67,3 @@ CharlatanConfigModule::reopen() c->setGroup("CharlatanInterface"); scroll_->setChecked(c->readBoolEntry("ScrollTitle", true)); } - -// vim:ts=2:sw=2:tw=78:noet |