Skip to content

Commit

Permalink
Removing some unused constants.
Browse files Browse the repository at this point in the history
  • Loading branch information
theturtle32 committed Mar 12, 2012
1 parent ee7dc1c commit a178e60
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions AS3WebSocket/src/com/worlize/websocket/WebSocketEvent.as
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,6 @@ package com.worlize.websocket
public static const MESSAGE:String = "message";
public static const FRAME:String = "frame";

public static const TYPE_BINARY:int = 0;
public static const TYPE_UTF8:int = 1;

public var message:WebSocketMessage;
public var frame:WebSocketFrame;

Expand Down

0 comments on commit a178e60

Please sign in to comment.