diff options
author | 2010-03-10 02:55:33 -0500 | |
---|---|---|
committer | 2010-03-10 02:55:33 -0500 | |
commit | 69aa7111af192403ee612be1aaa87555beabe145 (patch) | |
tree | 9501f45bc24d535084da5dddce2087073b90edae /src/textadept.h | |
parent | 9ccdc7a172c6a60ce948e4c5093603f02b530750 (diff) | |
download | textadept-69aa7111af192403ee612be1aaa87555beabe145.tar.gz textadept-69aa7111af192403ee612be1aaa87555beabe145.zip |
Removed side pane.
Diffstat (limited to 'src/textadept.h')
-rw-r--r-- | src/textadept.h | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/src/textadept.h b/src/textadept.h index 202a7dd5..0ec59dff 100644 --- a/src/textadept.h +++ b/src/textadept.h @@ -20,8 +20,8 @@ #include <lauxlib.h> // globals -extern GtkWidget *window, *focused_editor, *command_entry, *pm_container, - *pm_entry, *pm_view, *findbox, *find_entry, *replace_entry, +extern GtkWidget *window, *focused_editor, *command_entry, + *findbox, *find_entry, *replace_entry, *fnext_button, *fprev_button, *r_button, *ra_button, *match_case_opt, *whole_word_opt, *lua_opt, *in_files_opt; extern char *textadept_home; @@ -38,7 +38,6 @@ void split_window(GtkWidget *, int); int unsplit_window(GtkWidget *); void set_menubar(GtkWidget *); void set_statusbar_text(const char *, int); -void pm_toggle_focus(); void find_toggle_focus(); void ce_toggle_focus(); @@ -59,7 +58,4 @@ int l_handle_event(const char *, ...); void l_handle_scnnotification(struct SCNotification *); void l_ta_popup_context_menu(GdkEventButton *); -int l_pm_pathtableref(GtkTreeStore *, GtkTreePath *); -void l_pm_popup_context_menu(GdkEventButton *); - #endif |