diff options
Diffstat (limited to 'src/input/input_plugin.h')
-rw-r--r-- | src/input/input_plugin.h | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/src/input/input_plugin.h b/src/input/input_plugin.h index 428ee4e71..0131e211c 100644 --- a/src/input/input_plugin.h +++ b/src/input/input_plugin.h @@ -17,7 +17,7 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA * - * $Id: input_plugin.h,v 1.28 2002/09/05 20:19:49 guenter Exp $ + * $Id: input_plugin.h,v 1.29 2002/09/05 22:18:55 mroi Exp $ */ #ifndef HAVE_INPUT_PLUGIN_H @@ -142,11 +142,6 @@ struct input_plugin_s { /* - * plugin interface version, lower versions _may_ be supported - */ - int interface_version; - - /* * return capabilities of input source */ |