[totem] main: Remove unused totem_interface_get_license()



commit 8bdfe74224e679dae32e07377cc444586794ee69
Author: Bastien Nocera <hadess hadess net>
Date:   Fri Feb 14 13:16:57 2014 +0100

    main: Remove unused totem_interface_get_license()

 src/totem-interface.c |   27 ---------------------------
 src/totem-interface.h |    1 -
 2 files changed, 0 insertions(+), 28 deletions(-)
---
diff --git a/src/totem-interface.c b/src/totem-interface.c
index ec02b53..c3a5ff1 100644
--- a/src/totem-interface.c
+++ b/src/totem-interface.c
@@ -348,30 +348,3 @@ totem_interface_set_transient_for (GtkWindow *window, GtkWindow *parent)
        gtk_window_set_transient_for (GTK_WINDOW (window),
                                      GTK_WINDOW (parent));
 }
-
-char *
-totem_interface_get_license (void)
-{
-       const char *license[] = {
-               N_("Totem is free software; you can redistribute it and/or modify "
-                  "it under the terms of the GNU General Public License as published by "
-                  "the Free Software Foundation; either version 2 of the License, or "
-                  "(at your option) any later version."),
-               N_("Totem is distributed in the hope that it will be useful, "
-                  "but WITHOUT ANY WARRANTY; without even the implied warranty of "
-                  "MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the "
-                  "GNU General Public License for more details."),
-               N_("You should have received a copy of the GNU General Public License "
-                  "along with Totem; if not, write to the Free Software Foundation, Inc., "
-                  "59 Temple Place, Suite 330, Boston, MA  02111-1307  USA"),
-               N_("Totem contains an exception to allow the use of proprietary "
-                  "GStreamer plugins.")
-       };
-       return g_strjoin ("\n\n",
-                         _(license[0]),
-                         _(license[1]),
-                         _(license[2]),
-                         _(license[3]),
-                         NULL);
-}
-
diff --git a/src/totem-interface.h b/src/totem-interface.h
index f4c374b..e18a975 100644
--- a/src/totem-interface.h
+++ b/src/totem-interface.h
@@ -51,7 +51,6 @@ void           totem_interface_error_with_link (const char *title,
                                                  GtkWindow *parent);
 void            totem_interface_set_transient_for (GtkWindow *window,
                                                    GtkWindow *parent);
-char *          totem_interface_get_license    (void);
 
 G_END_DECLS
 


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]