From f1332998cef419c9667ef462a09e986da1bba2f0 Mon Sep 17 00:00:00 2001 From: SeanKuehl <71566798+SeanKuehl@users.noreply.github.com> Date: Oct 29 2020 16:33:19 +0000 Subject: Remove unused directory and some unused files (#3570) * removed unused tcleanuppreprocessor.cpp and .h * removed unused directory lzodriver --- diff --git a/toonz/sources/lzodriver/.gitignore b/toonz/sources/lzodriver/.gitignore deleted file mode 100644 index 3f896cb..0000000 --- a/toonz/sources/lzodriver/.gitignore +++ /dev/null @@ -1,3 +0,0 @@ -* -# preserve this empty directory -!.gitignore diff --git a/toonz/sources/toonzlib/tcleanuppreprocessor.cpp b/toonz/sources/toonzlib/tcleanuppreprocessor.cpp deleted file mode 100644 index 77e661f..0000000 --- a/toonz/sources/toonzlib/tcleanuppreprocessor.cpp +++ /dev/null @@ -1,3 +0,0 @@ - - -#include "tcleanuppreprocessor.h" diff --git a/toonz/sources/toonzlib/tcleanuppreprocessor.h b/toonz/sources/toonzlib/tcleanuppreprocessor.h deleted file mode 100644 index de27f71..0000000 --- a/toonz/sources/toonzlib/tcleanuppreprocessor.h +++ /dev/null @@ -1,10 +0,0 @@ -#pragma once - -#ifndef TCLEANUP_PREPROCESSOR_H -#define TCLEANUP_PREPROCESSOR_H - -#include "traster.h" - -void foobar(const TRaster32P &ras); - -#endif