┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
path: root/src/views/draganddrophelper.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/views/draganddrophelper.h')
-rw-r--r--src/views/draganddrophelper.h9
1 files changed, 0 insertions, 9 deletions
diff --git a/src/views/draganddrophelper.h b/src/views/draganddrophelper.h
index 0eee34a3d..73043febc 100644
--- a/src/views/draganddrophelper.h
+++ b/src/views/draganddrophelper.h
@@ -45,15 +45,6 @@ public:
/**
* Checks if the destination supports dropping.
*
- * @param destUrl URL of the item destination.
- * @return True if the destination is a directory and is writable, or it's a desktop file.
- * False otherwise.
- */
- static bool supportsDropping(const QUrl &destUrl);
-
- /**
- * Checks if the destination supports dropping.
- *
* @param destItem The item destination.
* @return True if the destination is a directory and is writable, or it's a desktop file.
* False otherwise.