summaryrefslogtreecommitdiff
path: root/src/gtkext/gtkviewpanel.h
diff options
context:
space:
mode:
authorCyrille Bagard <nocbos@gmail.com>2015-05-05 16:06:24 (GMT)
committerCyrille Bagard <nocbos@gmail.com>2015-05-05 16:06:24 (GMT)
commitad593ed12e5851d619cf1d921f0800378fb54d04 (patch)
treecc53a1de2fd7121f47076d566b180e6c9987a510 /src/gtkext/gtkviewpanel.h
parent7bfd47436b231f4cd8587850ca8c7ac54c2c254e (diff)
Fixed some warnings during the compilation.
git-svn-id: svn://svn.gna.org/svn/chrysalide/trunk@528 abbe820e-26c8-41b2-8c08-b7b2b41f8b0a
Diffstat (limited to 'src/gtkext/gtkviewpanel.h')
-rw-r--r--src/gtkext/gtkviewpanel.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/gtkext/gtkviewpanel.h b/src/gtkext/gtkviewpanel.h
index 080ad97..038e860 100644
--- a/src/gtkext/gtkviewpanel.h
+++ b/src/gtkext/gtkviewpanel.h
@@ -68,9 +68,6 @@ void gtk_view_panel_set_code_display(GtkViewPanel *, bool);
/* Fournit le binaire associé à la représentation. */
GLoadedBinary *gtk_view_panel_get_binary(const GtkViewPanel *);
-/* Indique si la vue contient une addrese donnée. */
-bool gtk_view_panel_contain_address(const GtkViewPanel *, vmpa_t);
-
/* Adaptation d'une position sur une surface */
typedef enum _ScrollPositionTweak
{