Skip to content

Commit

Permalink
ws
Browse files Browse the repository at this point in the history
  • Loading branch information
mrubinsk committed Jul 13, 2015
1 parent 2931b24 commit c44121c
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions framework/ActiveSync/lib/Horde/ActiveSync.php
Expand Up @@ -894,7 +894,6 @@ public function handleRequest($cmd, $devId)

/**
* Send the MS_Server-ActiveSync header.
*
*/
public function activeSyncHeader()
{
Expand Down Expand Up @@ -922,7 +921,6 @@ public function activeSyncHeader()

/**
* Send the protocol versions header.
*
*/
public function versionHeader()
{
Expand All @@ -942,7 +940,6 @@ public function getSupportedVersions()

/**
* Send protocol commands header.
*
*/
public function commandsHeader()
{
Expand Down Expand Up @@ -971,7 +968,6 @@ public function getSupportedCommands()

/**
* Send provision header
*
*/
public function provisionHeader()
{
Expand Down Expand Up @@ -1092,7 +1088,6 @@ public function contentTypeHeader($content_type = null)

/**
* Send the OPTIONS request response headers.
*
*/
protected function _doOptionsRequest()
{
Expand Down

0 comments on commit c44121c

Please sign in to comment.