Be -Wunused-macros clean

This commit is contained in:
Ingo Weyrich
2020-02-07 20:18:35 +01:00
parent aae22fcc86
commit 8f291c3ff2
22 changed files with 1 additions and 63 deletions

View File

@@ -17,8 +17,6 @@
* You should have received a copy of the GNU General Public License
* along with RawTherapee. If not, see <https://www.gnu.org/licenses/>.
*/
#ifndef _STDATTRIBS_
#define _STDATTRIBS_
#include <cstdio>
#include <cstring>
@@ -927,5 +925,3 @@ const TagAttrib ifdAttribs[] = {
{ -1, AC_DONTWRITE, 0, nullptr, 0, AUTO, "", nullptr}
};
}
#endif