Skip to content

Commit f928af3

Browse files
Restored previous commit.
1 parent 5ac2693 commit f928af3

File tree

1 file changed

+1
-9
lines changed

1 file changed

+1
-9
lines changed

Services/Zencoder.php

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -32,15 +32,7 @@ function Services_Zencoder_autoload($className) {
3232

3333
class Services_Zencoder extends Services_Zencoder_Base
3434
{
35-
const USER_AGENT = 'ZencoderPHP v2.1.1';
36-
37-
/**
38-
* Zencoder Regions development help
39-
*/
40-
const EUROPE_REGION = 'europe';
41-
const US_REGION = 'us';
42-
const ASIA_REGION = 'asia';
43-
35+
const USER_AGENT = 'ZencoderPHP v2.1.1';
4436

4537
/**
4638
* Contains the HTTP communication class

0 commit comments

Comments
 (0)