Skip to content

Commit

Permalink
8242106: [macos] Remove obsolete GlassView2D.m class
Browse files Browse the repository at this point in the history
Reviewed-by: arapte
  • Loading branch information
kevinrushforth committed Apr 8, 2020
1 parent 3f663e3 commit c154538
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 460 deletions.
2 changes: 0 additions & 2 deletions modules/javafx.graphics/src/main/native-glass/mac/GlassView.h
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,6 @@
#import "GlassViewDelegate.h"

// main GlassView protocol
// not optimal since we'll have to duplicate code for GlassView2D and GlassView3D
// but we'll use delegate to implement shared code to minimize this
// TODO: now that we removed GlassView2D, we should collapse the delegate back into GlassView3D
// and use Obj-C catgegories to partition the implementation (just like GlassWindow)
@protocol GlassView <NSObject>
Expand Down
40 changes: 0 additions & 40 deletions modules/javafx.graphics/src/main/native-glass/mac/GlassView2D.h

This file was deleted.

Loading

0 comments on commit c154538

Please sign in to comment.