aboutsummaryrefslogtreecommitdiff
path: root/src/textadept.h
diff options
context:
space:
mode:
authormitchell <70453897+667e-11@users.noreply.github.com>2009-01-27 09:25:33 -0500
committermitchell <70453897+667e-11@users.noreply.github.com>2009-01-27 09:25:33 -0500
commit569c79a5c7b36fc31c5850c9da8ca51fa340f8d6 (patch)
tree9496f7b237f9a2141acb140d8e931b287d4f38c1 /src/textadept.h
parent53ecaa8672d90dad389b1ce2828dec9ea50b4396 (diff)
downloadtextadept-569c79a5c7b36fc31c5850c9da8ca51fa340f8d6.tar.gz
textadept-569c79a5c7b36fc31c5850c9da8ca51fa340f8d6.zip
Moved Lua Command Entry code into its own separate section like PM and Find.
Diffstat (limited to 'src/textadept.h')
-rw-r--r--src/textadept.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/textadept.h b/src/textadept.h
index f991cc77..0f0f60e8 100644
--- a/src/textadept.h
+++ b/src/textadept.h
@@ -34,7 +34,6 @@ extern GtkWidget *window, *focused_editor, *command_entry, *pm_container,
*pm_entry, *pm_view, *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 GtkEntryCompletion *command_entry_completion;
extern GtkTreeStore *cec_store, *pm_store;
extern lua_State *lua;
#if !(WIN32 || MAC)