diff options
| author | 2016-05-06 18:43:50 +0100 | |
|---|---|---|
| committer | 2016-05-06 18:51:57 +0100 | |
| commit | adf587952dd6811de1b23600bbecbd9608678b1a (patch) | |
| tree | 3f4d4241a512c73eeaf60180e332ee90ffccc683 /src/modules/dcc/DccChatWindow.cpp | |
| parent | documentation: move deprecation notice to footnote and cleanup files a bit (diff) | |
| download | KVIrc-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.cpp | 12 |
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) |
