From d9875bef5299c003049fb66a4368641535cdfabd Mon Sep 17 00:00:00 2001 From: Samuel Mehrbrodt Date: Wed, 6 Apr 2016 13:39:05 +0200 Subject: [PATCH] Drop unused file --- idl/org/libreoffice/example/.idl | 5 ----- 1 file changed, 5 deletions(-) delete mode 100644 idl/org/libreoffice/example/.idl diff --git a/idl/org/libreoffice/example/.idl b/idl/org/libreoffice/example/.idl deleted file mode 100644 index cc5c49a..0000000 --- a/idl/org/libreoffice/example/.idl +++ /dev/null @@ -1,5 +0,0 @@ -#ifndef __org_libreoffice_example__idl__ -#define __org_libreoffice_example__idl__ - -module org { module libreoffice { module example { }; }; }; -#endif