[med-svn] [aghermann] 56/60: remove unused wSFRK_configure_event_cb

andrei zavada hmmr-guest at alioth.debian.org
Mon Nov 4 23:50:01 UTC 2013


This is an automated email from the git hooks/post-receive script.

hmmr-guest pushed a commit to branch WIP
in repository aghermann.

commit 03d584c7e634cdd0c033afbe85e6e9083ed19116
Author: Andrei Zavada <hmmr at lonnie>
Date:   Sun Oct 27 10:08:31 2013 +0200

    remove unused wSFRK_configure_event_cb
---
 upstream/src/aghermann/ui/sf/d/rk1968.cc    |    1 -
 upstream/src/aghermann/ui/sf/d/rk1968.hh    |    1 -
 upstream/src/aghermann/ui/sf/d/rk1968_cb.cc |   12 ------------
 3 files changed, 14 deletions(-)

diff --git a/upstream/src/aghermann/ui/sf/d/rk1968.cc b/upstream/src/aghermann/ui/sf/d/rk1968.cc
index f16cac3..6281ae7 100644
--- a/upstream/src/aghermann/ui/sf/d/rk1968.cc
+++ b/upstream/src/aghermann/ui/sf/d/rk1968.cc
@@ -68,7 +68,6 @@ SRK1968Dialog (SScoringFacility& p_)
         gtk_combo_box_set_model_properly(
                 eSFRKProfileList, mSFRKProfiles);
 
-        G_CONNECT_2 (wSFRK, configure, event);
         G_CONNECT_1 (wSFRK, show);
         G_CONNECT_1 (wSFRK, hide);
 
diff --git a/upstream/src/aghermann/ui/sf/d/rk1968.hh b/upstream/src/aghermann/ui/sf/d/rk1968.hh
index 06a23bc..ad890e5 100644
--- a/upstream/src/aghermann/ui/sf/d/rk1968.hh
+++ b/upstream/src/aghermann/ui/sf/d/rk1968.hh
@@ -100,7 +100,6 @@ void bSFRKProfileRevert_clicked_cb( GtkButton*, gpointer);
 
 void wSFRK_show_cb( GtkWidget*, gpointer);
 void wSFRK_hide_cb( GtkWidget*, gpointer);
-gboolean wSFRK_configure_event_cb( GtkWidget*, GdkEventConfigure*, gpointer);
 
 void eSFRK_any_profile_value_changed_cb( GtkSpinButton*, gpointer);
 
diff --git a/upstream/src/aghermann/ui/sf/d/rk1968_cb.cc b/upstream/src/aghermann/ui/sf/d/rk1968_cb.cc
index 83bf308..eaf534a 100644
--- a/upstream/src/aghermann/ui/sf/d/rk1968_cb.cc
+++ b/upstream/src/aghermann/ui/sf/d/rk1968_cb.cc
@@ -16,18 +16,6 @@ using namespace agh::ui;
 
 extern "C" {
 
-gboolean
-wSFRK_configure_event_cb(
-        GtkWidget*,
-        GdkEventConfigure*,
-        const gpointer userdata)
-{
-        auto& RK = *(SScoringFacility::SRK1968Dialog*)userdata;
-
-        return FALSE;
-}
-
-
 void
 wSFRK_show_cb(
         GtkWidget*,

-- 
Alioth's /git/debian-med/git-commit-notice on /srv/git.debian.org/git/debian-med/aghermann.git



More information about the debian-med-commit mailing list