From 5951df24167ca0d812ef2be743b2ce9f46c89bdc Mon Sep 17 00:00:00 2001 From: Pierre Ossman Date: Tue, 12 Sep 2017 12:07:21 +0200 Subject: Remove unused FLTKPixelBuffer files These are unused since 403ac27d, but the files were never removed. --- vncviewer/FLTKPixelBuffer.h | 33 --------------------------------- 1 file changed, 33 deletions(-) delete mode 100644 vncviewer/FLTKPixelBuffer.h (limited to 'vncviewer/FLTKPixelBuffer.h') diff --git a/vncviewer/FLTKPixelBuffer.h b/vncviewer/FLTKPixelBuffer.h deleted file mode 100644 index 148c6264..00000000 --- a/vncviewer/FLTKPixelBuffer.h +++ /dev/null @@ -1,33 +0,0 @@ -/* Copyright 2011-2014 Pierre Ossman for Cendio AB - * - * This is free software; you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation; either version 2 of the License, or - * (at your option) any later version. - * - * This software is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with this software; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, - * USA. - */ - -#ifndef __FLTKPIXELBUFFER_H__ -#define __FLTKPIXELBUFFER_H__ - -#include "PlatformPixelBuffer.h" - -class FLTKPixelBuffer: public PlatformPixelBuffer { -public: - FLTKPixelBuffer(int width, int height); - ~FLTKPixelBuffer(); - - virtual void draw(int src_x, int src_y, int x, int y, int w, int h); -}; - - -#endif -- cgit v1.2.3