aboutsummaryrefslogtreecommitdiffstats
path: root/lib/ephy-dnd.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/ephy-dnd.h')
-rw-r--r--lib/ephy-dnd.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/lib/ephy-dnd.h b/lib/ephy-dnd.h
index 87b6008d9..7d5281128 100644
--- a/lib/ephy-dnd.h
+++ b/lib/ephy-dnd.h
@@ -31,14 +31,12 @@ G_BEGIN_DECLS
#define EPHY_DND_URI_LIST_TYPE "text/uri-list"
#define EPHY_DND_TEXT_TYPE "text/plain"
#define EPHY_DND_URL_TYPE "_NETSCAPE_URL"
-#define EPHY_DND_EPHY_URL_TYPE "EPHY_URL"
-#define EPHY_DND_EPHY_BOOKMARK_TYPE "EPHY_BOOKMARK"
/* Standard Drag & Drop types. */
typedef enum {
EPHY_DND_URI_LIST,
- EPHY_DND_URL,
EPHY_DND_TEXT,
+ EPHY_DND_URL
} EphyIconDndTargetType;
typedef void (* EphyDragEachSelectedItemDataGet) (const char *url,