Kaydet (Commit) f6f44f89 authored tarafından Enrico Tröger's avatar Enrico Tröger

Remove unused struct.


git-svn-id: https://geany.svn.sourceforge.net/svnroot/geany/trunk@1813 ea778897-0a13-0410-b9d1-a72fbfd435f5
üst ad9aff7f
2007-08-21 Enrico Tröger <enrico(dot)troeger(at)uvena(dot)de>
* src/editor.h: Remove unused struct.
2007-08-19 Enrico Tröger <enrico(dot)troeger(at)uvena(dot)de>
* plugins/export.c, plugins/Makefile.am, plugins/makefile.win32,
......
......@@ -79,13 +79,6 @@ typedef struct
extern EditorInfo editor_info;
typedef struct
{
gchar *type; // represents in most cases the filetype(two exceptions: default and special)
gchar *name; // name of the key in config file, represents the entered text to complete
gchar *value;
} AutoCompletion;
gboolean
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment