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