Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Krita
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Tusooa Zhu
Krita
Commits
d72a8a78
Commit
d72a8a78
authored
Aug 12, 2015
by
Friedrich W. H. Kossebau
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Remove unused KRITASKETCH_EXPORT setting (Sketch has its own)
parent
05494796
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
9 deletions
+0
-9
krita/image/krita_export.h
krita/image/krita_export.h
+0
-9
No files found.
krita/image/krita_export.h
View file @
d72a8a78
...
...
@@ -27,14 +27,6 @@
/* We use _WIN32/_WIN64 instead of Q_OS_WIN so that this header can be used from C files too */
#if defined(_WIN32) || defined(_WIN64)
#ifndef KRITASKETCH_EXPORT
# ifdef MAKE_KRITASKETCHLIB_LIB
# define KRITASKETCH_EXPORT KDE_EXPORT
# else
# define KRITASKETCH_EXPORT KDE_IMPORT
# endif
#endif
#ifndef KRITAIMAGE_EXPORT
# ifdef MAKE_KRITAIMAGE_LIB
# define KRITAIMAGE_EXPORT KDE_EXPORT
...
...
@@ -45,7 +37,6 @@
#else // not windows
#define KRITASKETCH_EXPORT KDE_EXPORT
#define KRITAIMAGE_EXPORT KDE_EXPORT
#endif
/* not windows */
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment