Skip to content

Commit fc02e7f

Browse files
committed
Remove some beta labels (#16)
1 parent 65bbd11 commit fc02e7f

File tree

2 files changed

+0
-4
lines changed

2 files changed

+0
-4
lines changed

events/events.go

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -311,7 +311,6 @@ type ItemDropEvent struct {
311311

312312
// DataTablesParsedEvent signals that the datatables were parsed.
313313
// You can use the Parser.SendTableParser() after this event to register update notification on entities & properties.
314-
// DataTablesParsedEvent is a beta feature, it may be replaced or changed without notice.
315314
type DataTablesParsedEvent struct{}
316315

317316
// StringTableCreatedEvent signals that a string table was created via net message.
@@ -323,7 +322,6 @@ type StringTableCreatedEvent struct {
323322
}
324323

325324
// ParserWarnEvent signals that a non-fatal problem occurred during parsing.
326-
// This is a beta feature, it may be replaced or changed without notice.
327325
type ParserWarnEvent struct {
328326
Message string
329327
}

parser.go

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -159,8 +159,6 @@ The handler must be of type func(*<MessageType>) where MessageType is the kind o
159159
Returns a identifier with which the handler can be removed via UnregisterNetMessageHandler().
160160
161161
See also: RegisterEventHandler()
162-
163-
This is a beta feature and may be changed or replaced without notice.
164162
*/
165163
func (p *Parser) RegisterNetMessageHandler(handler interface{}) dp.HandlerIdentifier {
166164
return p.msgDispatcher.RegisterHandler(handler)

0 commit comments

Comments
 (0)