Skip to content

Commit

Permalink
Merge pull request PintaProject#153 from jpobst/remove-images-pad
Browse files Browse the repository at this point in the history
Remove Images pad.
  • Loading branch information
cameronwhite authored Dec 18, 2020
2 parents 5d8e8f5 + a71c191 commit b91d59e
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 314 deletions.
239 changes: 0 additions & 239 deletions Pinta.Gui.Widgets/Widgets/OpenImages/OpenImagesListWidget.cs

This file was deleted.

4 changes: 0 additions & 4 deletions Pinta/MainWindow.cs
Original file line number Diff line number Diff line change
Expand Up @@ -427,10 +427,6 @@ private void CreateDockAndPads (HBox container)
var layers_pad = new LayersPad ();
layers_pad.Initialize (dock, this, show_pad);

// Open Images pad
var open_images_pad = new OpenImagesPad ();
open_images_pad.Initialize (dock, this, show_pad);

// History pad
var history_pad = new HistoryPad ();
history_pad.Initialize (dock, this, show_pad);
Expand Down
71 changes: 0 additions & 71 deletions Pinta/Pads/OpenImagesPad.cs

This file was deleted.

0 comments on commit b91d59e

Please sign in to comment.