diff options
author | Stanislaw Halik <sthalik@misaki.pl> | 2016-07-08 10:06:49 +0200 |
---|---|---|
committer | Stanislaw Halik <sthalik@misaki.pl> | 2016-07-08 10:27:30 +0200 |
commit | e4cb9703cc6810dbe07070b485ea866f00ba9252 (patch) | |
tree | aa78e77c2ce4520513300d1c06cdb53c5c0cacd7 /gui/library-path.cpp | |
parent | 81b49dabaf168b907252affd5412de7744a409de (diff) |
gui, api, proto/wine: get rid of library path as exported symbol
There's no need to do that. It never changes unless the toolchain
changes.
Diffstat (limited to 'gui/library-path.cpp')
-rw-r--r-- | gui/library-path.cpp | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/gui/library-path.cpp b/gui/library-path.cpp deleted file mode 100644 index 683dc346..00000000 --- a/gui/library-path.cpp +++ /dev/null @@ -1,4 +0,0 @@ -#include "library-path.hpp" -#include "opentrack-library-path.h" - -const char* opentrack_library_path = OPENTRACK_LIBRARY_PATH; |