summaryrefslogtreecommitdiff
path: root/browser-plugin/totemPlugin.h
diff options
context:
space:
mode:
authorBastien Nocera <hadess@hadess.net>2007-04-01 23:37:46 +0000
committerBastien Nocera <hadess@src.gnome.org>2007-04-01 23:37:46 +0000
commit32bf82c2976330bca4a8f567e154912146478f5a (patch)
tree0694fcaf605300e6c5099f732ef20b4fbf3d43bc /browser-plugin/totemPlugin.h
parent03249db1c25788389fec95c73bd21f6467b8520f (diff)
downloadtotem-32bf82c2976330bca4a8f567e154912146478f5a.tar.gz
Remove the rejection of streams based on mime-type, too many false
2007-04-02 Bastien Nocera <hadess@hadess.net> * browser-plugin/totemBasicPlugin.cpp: * browser-plugin/totemComplexPlugin.cpp: * browser-plugin/totemGMPPlugin.cpp: * browser-plugin/totemMullYPlugin.cpp: * browser-plugin/totemNarrowSpacePlugin.cpp: * browser-plugin/totemPlugin.cpp: * browser-plugin/totemPlugin.h: * browser-plugin/totemPluginGlue.cpp: Remove the rejection of streams based on mime-type, too many false positives (Closes: #418387) svn path=/trunk/; revision=4180
Diffstat (limited to 'browser-plugin/totemPlugin.h')
-rw-r--r--browser-plugin/totemPlugin.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/browser-plugin/totemPlugin.h b/browser-plugin/totemPlugin.h
index 855062512..24667d757 100644
--- a/browser-plugin/totemPlugin.h
+++ b/browser-plugin/totemPlugin.h
@@ -279,7 +279,6 @@ typedef struct {
const char *mimetype;
const char *extensions;
const char *mime_alias;
- gboolean ignore;
} totemPluginMimeEntry;
#endif /* __TOTEM_PLUGIN_H__ */