summaryrefslogtreecommitdiff
path: root/src/websockets/qwebsocket.cpp
diff options
context:
space:
mode:
authorKurt Pattyn <pattyn.kurt@gmail.com>2013-09-29 16:59:57 +0200
committerKurt Pattyn <pattyn.kurt@gmail.com>2013-09-29 17:14:12 +0200
commit954121a6036da7978eafd4d1846ea3b359352bfa (patch)
treefb91729bfed6d10e9017b965a649ae471476072b /src/websockets/qwebsocket.cpp
parent626dd816dee199a8a5f459dc8406d7b7167eb5ae (diff)
downloadqtwebsockets-954121a6036da7978eafd4d1846ea3b359352bfa.tar.gz
Removed unused constant declaration
Change-Id: Iee07585470404281daae768c2db745b65b036dba Reviewed-by: Steven Ceuppens <steven.ceuppens@icloud.com>
Diffstat (limited to 'src/websockets/qwebsocket.cpp')
-rw-r--r--src/websockets/qwebsocket.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/websockets/qwebsocket.cpp b/src/websockets/qwebsocket.cpp
index b92b061..c797ed1 100644
--- a/src/websockets/qwebsocket.cpp
+++ b/src/websockets/qwebsocket.cpp
@@ -177,8 +177,6 @@ not been filled in with new information when the signal returns.
QT_BEGIN_NAMESPACE
-const quint64 FRAME_SIZE_IN_BYTES = 512 * 512 * 2; //maximum size of a frame when sending a message
-
/*!
* \brief Creates a new QWebSocket with the given \a origin, the \a version of the protocol to use and \a parent.
*