diff options
author | Stanislaw Halik <sthalik@misaki.pl> | 2014-08-31 14:08:57 +0200 |
---|---|---|
committer | Stanislaw Halik <sthalik@misaki.pl> | 2014-08-31 14:08:57 +0200 |
commit | 565c330eeece2edf93e9fa53d4fab27045ca9b3d (patch) | |
tree | 7fe46dc7e6d8b98c10d051e4746c3bae0bea83f8 | |
parent | 95a88d4ae96f319a50d8f14a3b8728b89ed1eb8a (diff) |
remove dead code
-rw-r--r-- | facetracknoir/options.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/facetracknoir/options.h b/facetracknoir/options.h index 3fd0e767..474d4ec2 100644 --- a/facetracknoir/options.h +++ b/facetracknoir/options.h @@ -26,12 +26,6 @@ #include <QLabel> #include <QCoreApplication> -#ifdef __GNUC__ -# define ov override -#else -# define ov -#endif - #include <QDebug> namespace options { |