summaryrefslogtreecommitdiffstats
path: root/konversation/src/server.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'konversation/src/server.cpp')
-rw-r--r--konversation/src/server.cpp5
1 files changed, 0 insertions, 5 deletions
diff --git a/konversation/src/server.cpp b/konversation/src/server.cpp
index 55712e2..a3c776a 100644
--- a/konversation/src/server.cpp
+++ b/konversation/src/server.cpp
@@ -1,5 +1,3 @@
-// -*- mode: c++; c-file-style: "bsd"; c-basic-offset: 4; tabs-width: 4; indent-tabs-mode: nil -*-
-
/*
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
@@ -3342,6 +3340,3 @@ void Server::updateEncoding()
}
#include "server.moc"
-
-// kate: space-indent on; tab-width 4; indent-width 4; mixed-indent off; replace-tabs on;
-// vim: set et sw=4 ts=4 cino=l1,cs,U1: