aboutsummaryrefslogtreecommitdiff
path: root/tools/CurveEditor/source/Common.h
diff options
context:
space:
mode:
authorBryan Galdrikian <[email protected]>2017-08-23 11:24:32 -0700
committerBryan Galdrikian <[email protected]>2017-08-23 11:24:32 -0700
commitf1e539cadfb085cedc32f9773cfb9d14bfcdf138 (patch)
tree7ca74e06a4386dd22fd850a8417a31a85d282a30 /tools/CurveEditor/source/Common.h
parentUpdated to CL 22661993: (diff)
downloadblast-f1e539cadfb085cedc32f9773cfb9d14bfcdf138.tar.xz
blast-f1e539cadfb085cedc32f9773cfb9d14bfcdf138.zip
Removing ArtistTools and CurveEditor projects
Diffstat (limited to 'tools/CurveEditor/source/Common.h')
-rw-r--r--tools/CurveEditor/source/Common.h10
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