From 030a2248f3630fd0404df98beffc78b5b5ca4c31 Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Thu, 24 Aug 2023 21:28:39 +0900 Subject: Drop USE_QT4 code Signed-off-by: Michele Calgaro --- src/modules/spaste/controller.cpp | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/modules/spaste/controller.cpp') diff --git a/src/modules/spaste/controller.cpp b/src/modules/spaste/controller.cpp index a98c8b2..bebb969 100644 --- a/src/modules/spaste/controller.cpp +++ b/src/modules/spaste/controller.cpp @@ -86,7 +86,6 @@ bool SPasteController::pasteClipboardInit(void) void SPasteController::pasteFile(void) { -#ifndef COMPILE_USE_QT4 TQString line; if(m_pFile->readLine(line,999) != -1) { @@ -101,7 +100,6 @@ void SPasteController::pasteFile(void) m_pFile->close(); delete this; } -#endif } void SPasteController::pasteClipboard(void) -- cgit v1.2.3