From e6215e764bc149497ab5772d9ea136809d898993 Mon Sep 17 00:00:00 2001 From: Yann Herklotz Date: Fri, 8 Dec 2017 01:23:27 +0000 Subject: Improving api --- yage/core/camera2d.cpp | 8 -------- 1 file changed, 8 deletions(-) (limited to 'yage/core/camera2d.cpp') diff --git a/yage/core/camera2d.cpp b/yage/core/camera2d.cpp index 52c5c50f..d5640c3f 100644 --- a/yage/core/camera2d.cpp +++ b/yage/core/camera2d.cpp @@ -6,14 +6,6 @@ * ---------------------------------------------------------------------------- */ -/* ---------------------------------------------------------------------------- - * camera2d.cpp - * - * Copyright (c) 2017 Yann Herklotz Grave -- MIT License - * See file LICENSE for more details - * ---------------------------------------------------------------------------- - */ - #include "camera2d.h" #include -- cgit