Skip to content

Commit

Permalink
Remove the internal clipboard
Browse files Browse the repository at this point in the history
  • Loading branch information
madd-games committed Oct 2, 2024
1 parent 2d982c8 commit a63178d
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions src/goxel.h
Original file line number Diff line number Diff line change
Expand Up @@ -493,11 +493,6 @@ typedef struct goxel
layer_t *render_layers;
uint32_t render_layers_hash;

struct {
volume_t *volume;
float box[4][4];
} clipboard;

int snap_mask; // Global snap mask (can edit in the GUI).
float snap_offset; // Only for brush tool, remove that?

Expand Down

0 comments on commit a63178d

Please sign in to comment.