From 1ea03c0fce8066c1e22188447b4a6ca4dcef1201 Mon Sep 17 00:00:00 2001 From: "Roberto C. Sanchez" Date: Tue, 21 Oct 2014 22:58:34 -0400 Subject: Imported Upstream version 2.10.1 --- src/frontend/display/cwritedisplay.cpp | 21 --------------------- 1 file changed, 21 deletions(-) delete mode 100644 src/frontend/display/cwritedisplay.cpp (limited to 'src/frontend/display/cwritedisplay.cpp') diff --git a/src/frontend/display/cwritedisplay.cpp b/src/frontend/display/cwritedisplay.cpp deleted file mode 100644 index 47a3302..0000000 --- a/src/frontend/display/cwritedisplay.cpp +++ /dev/null @@ -1,21 +0,0 @@ -/********* -* -* This file is part of BibleTime's source code, http://www.bibletime.info/. -* -* Copyright 1999-2011 by the BibleTime developers. -* The BibleTime source code is licensed under the GNU General Public License version 2.0. -* -**********/ - -#include "frontend/display/cwritedisplay.h" - -#include "frontend/displaywindow/cwritewindow.h" - - -CWriteDisplay::CWriteDisplay( CWriteWindow* writeWindow ) : CDisplay(writeWindow) { - // Intentionally empty -} - -CWriteDisplay::~CWriteDisplay() { - // Intentionally empty -} -- cgit v1.2.3