summaryrefslogtreecommitdiff
path: root/src/totem-open-location.h
diff options
context:
space:
mode:
authorPhilip Withnall <philip@tecnocode.co.uk>2010-07-02 09:24:56 +0100
committerPhilip Withnall <philip@tecnocode.co.uk>2010-07-02 09:24:56 +0100
commit020d998824fd306109201a6a76e624233cdfb954 (patch)
treedf6a076a54cfeb054b3f2bbee4df047eb4a514d6 /src/totem-open-location.h
parentbd3cd0446e0d4c29c8b511bd50c4cb4a4ffc2b7f (diff)
downloadtotem-020d998824fd306109201a6a76e624233cdfb954.tar.gz
Remove unused parameter from TotemOpenLocation
Spotted by Alexander Saprykin <xelfium@gmail.com>. Closes: bgo#623127
Diffstat (limited to 'src/totem-open-location.h')
-rw-r--r--src/totem-open-location.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/totem-open-location.h b/src/totem-open-location.h
index eaf3b1fed..d5bda752d 100644
--- a/src/totem-open-location.h
+++ b/src/totem-open-location.h
@@ -54,7 +54,7 @@ struct TotemOpenLocationClass {
};
GType totem_open_location_get_type (void);
-GtkWidget *totem_open_location_new (Totem *totem);
+GtkWidget *totem_open_location_new (void);
char *totem_open_location_get_uri (TotemOpenLocation *open_location);
G_END_DECLS