[Libreoffice-commits] core.git: vcl/unx

Caolán McNamara caolanm at redhat.com
Thu Jun 18 08:33:44 PDT 2015


 vcl/unx/gtk3/app/gtk3gtkinst.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit babe536ec227c04d10e55cd780e7021bf905aa82
Author: Caolán McNamara <caolanm at redhat.com>
Date:   Thu Jun 18 16:33:16 2015 +0100

    gtk3: unused param
    
    Change-Id: I91fc320acf816d028186d25fd136f58c1c785d9d

diff --git a/vcl/unx/gtk3/app/gtk3gtkinst.cxx b/vcl/unx/gtk3/app/gtk3gtkinst.cxx
index baa558d..6a67255 100644
--- a/vcl/unx/gtk3/app/gtk3gtkinst.cxx
+++ b/vcl/unx/gtk3/app/gtk3gtkinst.cxx
@@ -346,7 +346,7 @@ namespace
     }
 }
 
-void VclGtkClipboard::ClipboardGet(GtkClipboard *clipboard, GtkSelectionData *selection_data,
+void VclGtkClipboard::ClipboardGet(GtkClipboard* /*clipboard*/, GtkSelectionData *selection_data,
                                    guint info)
 {
 


More information about the Libreoffice-commits mailing list