summaryrefslogtreecommitdiff
path: root/gtk/gtktextview.c
diff options
context:
space:
mode:
authorOwen Taylor <otaylor@redhat.com>2002-02-18 22:36:04 +0000
committerOwen Taylor <otaylor@src.gnome.org>2002-02-18 22:36:04 +0000
commit7ea9e8046f31adc03be2355adb32e0d9450e697d (patch)
treeb98b46943e17543aaf95124c12e83c2227336eed /gtk/gtktextview.c
parent8fe564e37a83dbbc1de33cc96e0b648621ac4859 (diff)
downloadgtk+-7ea9e8046f31adc03be2355adb32e0d9450e697d.tar.gz
Remove support for the poorly defined text/plain type for now. (#55117)
Mon Feb 18 17:34:43 2002 Owen Taylor <otaylor@redhat.com> * gtk/gtkentry.c gtk/gtktextview.c: Remove support for the poorly defined text/plain type for now. (#55117)
Diffstat (limited to 'gtk/gtktextview.c')
-rw-r--r--gtk/gtktextview.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/gtk/gtktextview.c b/gtk/gtktextview.c
index fc78372ddd..2014aa368a 100644
--- a/gtk/gtktextview.c
+++ b/gtk/gtktextview.c
@@ -406,7 +406,6 @@ static GtkTargetEntry target_table[] = {
{ "UTF8_STRING", 0, TARGET_UTF8_STRING },
{ "COMPOUND_TEXT", 0, TARGET_COMPOUND_TEXT },
{ "TEXT", 0, TARGET_TEXT },
- { "text/plain", 0, TARGET_STRING },
{ "STRING", 0, TARGET_STRING }
};