36 files changed, 332 insertions, 176 deletions
diff --git a/src/controller/performzoom.h b/src/controller/performzoom.h deleted file mode 100644 index 323cc20..0000000 --- a/src/controller/performzoom.h +++ b/dev/null @@ -1,9 +0,0 @@ -#ifndef PERFORMZOOM_H -#define PERFORMZOOM_H - -/* - * Perform a zoom operation. - */ -void performzoom (int x1, int y1, int x2, int y2); - -#endif // PERFORMZOOM_H |