From dfa53cb88e0e4a102eafb73d147c03f7a73c51c9 Mon Sep 17 00:00:00 2001
From: Max Kellermann <max@duempel.org>
Date: Tue, 19 Aug 2014 21:22:23 +0200
Subject: InputPlugin: remove typedef offset_type

Has been moved to class InputStream long ago.
---
 src/input/InputPlugin.hxx | 2 --
 1 file changed, 2 deletions(-)

(limited to 'src/input')

diff --git a/src/input/InputPlugin.hxx b/src/input/InputPlugin.hxx
index 1bdf44b77..c2adb419c 100644
--- a/src/input/InputPlugin.hxx
+++ b/src/input/InputPlugin.hxx
@@ -61,8 +61,6 @@ struct InputPlugin {
 		UNAVAILABLE,
 	};
 
-	typedef int64_t offset_type;
-
 	const char *name;
 
 	/**
-- 
cgit v1.2.3