diff --git a/core/events.go b/core/events.go
index bed8c7b90064a0bccddb6ff76ac2bb04eeec54e7..322bcb769e3ba9b883f4a33e95685d46adc6cbb3 100644
--- a/core/events.go
+++ b/core/events.go
@@ -38,9 +38,6 @@ type PendingLogsEvent struct {
 // PendingStateEvent is posted pre mining and notifies of pending state changes.
 type PendingStateEvent struct{}
 
-// NewBlockEvent is posted when a block has been imported.
-type NewBlockEvent struct{ Block *types.Block }
-
 // NewMinedBlockEvent is posted when a block has been imported.
 type NewMinedBlockEvent struct{ Block *types.Block }