summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJan Holesovsky <kendy@collabora.com>2017-03-01 19:10:17 +0100
committerJan Holesovsky <kendy@collabora.com>2017-03-10 10:47:42 +0100
commit759895a8d70eb70dce52b00fa657fad085c03058 (patch)
tree0129f43dca24502de3161c206e17927ed124724b
parentnb: When we cannot send the file, we must respond with 404. (diff)
downloadonline-759895a8d70eb70dce52b00fa657fad085c03058.tar.gz
online-759895a8d70eb70dce52b00fa657fad085c03058.zip
nb: This file is not needed any more.
Change-Id: Ic73ddcc61495889fd36eb6f23f41c1bd45eb85c6
-rw-r--r--net/WebSocketHandler.cpp12
-rw-r--r--test/Makefile.am1
2 files changed, 0 insertions, 13 deletions
diff --git a/net/WebSocketHandler.cpp b/net/WebSocketHandler.cpp
deleted file mode 100644
index 8390704ec2..0000000000
--- a/net/WebSocketHandler.cpp
+++ /dev/null
@@ -1,12 +0,0 @@
-/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4; fill-column: 100 -*- */
-/*
- * This file is part of the LibreOffice project.
- *
- * This Source Code Form is subject to the terms of the Mozilla Public
- * License, v. 2.0. If a copy of the MPL was not distributed with this
- * file, You can obtain one at http://mozilla.org/MPL/2.0/.
- */
-
-#include "WebSocketHandler.hpp"
-
-/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/test/Makefile.am b/test/Makefile.am
index 167c436e55..d849f1372e 100644
--- a/test/Makefile.am
+++ b/test/Makefile.am
@@ -36,7 +36,6 @@ wsd_sources = \
../common/Protocol.cpp \
../common/Session.cpp \
../common/MessageQueue.cpp \
- ../net/WebSocketHandler.cpp \
../kit/Kit.cpp \
../wsd/TileCache.cpp \
../common/Unit.cpp \