Browse Source

* Fix names (see bug 40915 in FPC)

Michaël Van Canneyt 11 months ago
parent
commit
9043affe45
1 changed files with 0 additions and 1 deletions
  1. 0 1
      packages/wasm-utils/src/wasm.websocket.shared.pas

+ 0 - 1
packages/wasm-utils/src/wasm.websocket.shared.pas

@@ -28,7 +28,6 @@ uses
 Type
   TWasmWebsocketResult = longint;
   TWasmWebsocketID = longint;
-  TBuffer = longint;
   TWasmWebSocketMessageType = Longint;
   TWebsocketCallBackResult = Longint;