aboutsummaryrefslogtreecommitdiffstats
path: root/src/modules/dcc/DccChatWindow.cpp
diff options
context:
space:
mode:
authorGravatar un1versal2016-05-06 18:43:50 +0100
committerGravatar un1versal2016-05-06 18:51:57 +0100
commitadf587952dd6811de1b23600bbecbd9608678b1a (patch)
tree3f4d4241a512c73eeaf60180e332ee90ffccc683 /src/modules/dcc/DccChatWindow.cpp
parentdocumentation: move deprecation notice to footnote and cleanup files a bit (diff)
downloadKVIrc-adf587952dd6811de1b23600bbecbd9608678b1a.tar.gz
KVIrc-adf587952dd6811de1b23600bbecbd9608678b1a.tar.bz2
KVIrc-adf587952dd6811de1b23600bbecbd9608678b1a.zip
Cleanup random separators with no comments
Diffstat (limited to 'src/modules/dcc/DccChatWindow.cpp')
-rw-r--r--src/modules/dcc/DccChatWindow.cpp12
1 files changed, 6 insertions, 6 deletions
diff --git a/src/modules/dcc/DccChatWindow.cpp b/src/modules/dcc/DccChatWindow.cpp
index 603e26e79..dff390e64 100644
--- a/src/modules/dcc/DccChatWindow.cpp
+++ b/src/modules/dcc/DccChatWindow.cpp
@@ -69,9 +69,9 @@
extern DccBroker * g_pDccBroker;
-////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
-////// WINDOW
-////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
+//////////////////////////////////////////////////////////////////////////////////////
+// WINDOW
+//////////////////////////////////////////////////////////////////////////////////////
DccChatWindow::DccChatWindow(DccDescriptor * dcc, const char * name)
: DccWindow(KviWindow::DccChat, name, dcc)
@@ -595,9 +595,9 @@ void DccChatWindow::connected()
}
}
-////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
-////// THREAD
-////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
+//////////////////////////////////////////////////////////////////////////////////////
+// THREAD
+//////////////////////////////////////////////////////////////////////////////////////
DccChatThread::DccChatThread(KviWindow * wnd, kvi_socket_t fd)
: DccThread(wnd, fd)