diff options
Diffstat (limited to 'tools/CurveEditor/source/Common.h')
| -rw-r--r-- | tools/CurveEditor/source/Common.h | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/tools/CurveEditor/source/Common.h b/tools/CurveEditor/source/Common.h deleted file mode 100644 index 43038fd..0000000 --- a/tools/CurveEditor/source/Common.h +++ /dev/null @@ -1,10 +0,0 @@ -#ifndef CURVEEDITOR_COMMON_H -#define CURVEEDITOR_COMMON_H - -#ifdef CURVEEDITOR_LIB -# define CURVEEDITOR_EXPORT Q_DECL_EXPORT -#else -# define CURVEEDITOR_EXPORT Q_DECL_IMPORT -#endif - -#endif |