summaryrefslogtreecommitdiff
path: root/src/callbacks.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/callbacks.h')
-rw-r--r--src/callbacks.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/callbacks.h b/src/callbacks.h
index 5f7a7f0..15c53d4 100644
--- a/src/callbacks.h
+++ b/src/callbacks.h
@@ -18,7 +18,6 @@
*
*/
-
#ifndef _PROCMAN_CALLBACKS_H_
#define _PROCMAN_CALLBACKS_H_
@@ -26,7 +25,6 @@
#include "procman.h"
#include "gsm_color_button.h"
-
void cb_show_memory_maps (GtkAction *action, gpointer data);
void cb_show_open_files (GtkAction *action, gpointer data);
void cb_show_process_properties (GtkAction *action, gpointer data);
@@ -59,7 +57,6 @@ gboolean cb_tree_popup_menu (GtkWidget *widget, gpointer data);
gboolean cb_tree_button_pressed (GtkWidget *widget, GdkEventButton *event,
gpointer data);
-
void cb_change_current_page (GtkNotebook *nb,
gint num, gpointer data);
void cb_switch_page (GtkNotebook *nb, GtkWidget *page,
@@ -73,8 +70,6 @@ void cb_radio_processes(GtkAction *action,
GtkRadioAction *current,
gpointer data);
-
-
void cb_kill_sigstop(GtkAction *action,
gpointer data);