From 13cb7ca3d09f9cb9806b222e2deb22b729e47ff7 Mon Sep 17 00:00:00 2001 From: Peter Oberndorfer Date: Wed, 3 Aug 2011 21:36:51 +0200 Subject: [PATCH] remove unused IID LIBID Signed-off-by: Peter Oberndorfer Signed-off-by: Johannes Schindelin --- explorer/ext.h | 5 ----- 1 file changed, 5 deletions(-) diff --git a/explorer/ext.h b/explorer/ext.h index db46e6d..a16bb53 100644 --- a/explorer/ext.h +++ b/explorer/ext.h @@ -5,11 +5,6 @@ * Some class IDs. Let's hope they are unique enough. */ -static const IID LIBID = { - 0xca586c7f, 0x7c84, 0x4b88, - {0x85, 0x37, 0x72, 0x67, 0x24, 0xdf, 0x69, 0x29} -}; - static const CLSID CLSID_git_shell_ext = { 0xca586c80, 0x7c84, 0x4b88, {0x85, 0x37, 0x72, 0x67, 0x24, 0xdf, 0x69, 0x29} -- 2.11.4.GIT