summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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 \