From 9a294227a4aa14bca71ff0b1d62e1b38cecbb6e8 Mon Sep 17 00:00:00 2001 From: Uwe Rathmann Date: Sun, 17 Mar 2019 16:53:58 +0100 Subject: [PATCH] unused header removed --- support/SkinnyPlugin.h | 16 ---------------- 1 file changed, 16 deletions(-) delete mode 100644 support/SkinnyPlugin.h diff --git a/support/SkinnyPlugin.h b/support/SkinnyPlugin.h deleted file mode 100644 index e67ceaed..00000000 --- a/support/SkinnyPlugin.h +++ /dev/null @@ -1,16 +0,0 @@ -/****************************************************************************** - * QSkinny - Copyright (C) 2016 Uwe Rathmann - * This file may be used under the terms of the 3-clause BSD License - *****************************************************************************/ - -#ifndef SKINNY_PLUGIN_H_ -#define SKINNY_PLUGIN_H_ - -#include "SkinnyGlobal.h" - -namespace SkinnyPlugin -{ - void SKINNY_EXPORT init(); -} - -#endif