Skip to content

Commit

Permalink
migrate: Gtk.SelectionData in DocumentView.vala
Browse files Browse the repository at this point in the history
  • Loading branch information
kaixoo committed Dec 30, 2024
1 parent b112f1f commit 65e6f67
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions src/Widgets/DocumentView.vala
Original file line number Diff line number Diff line change
Expand Up @@ -647,13 +647,6 @@ public class Scratch.Widgets.DocumentView : Gtk.Box {
}

private void drag_begin (Gdk.Drag drag) {
/*
Gdk.DragSource ctx,
int x,
int y,
Gtk.SelectionData sel,
uint info,
uint time*/
if (info == GLib.Value.URI_LIST) {
var uris = sel.get_uris ();
foreach (var filename in uris) {
Expand Down

0 comments on commit 65e6f67

Please sign in to comment.