From 4b0fb52c99f374cb81f6b615ece6202535815bcb Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Sat, 10 Feb 2024 18:13:32 +0900 Subject: Removed already applied .diff file and custom _DEBUG flag Signed-off-by: Michele Calgaro --- src/htmlwidget.cpp | 4 ---- 1 file changed, 4 deletions(-) (limited to 'src/htmlwidget.cpp') diff --git a/src/htmlwidget.cpp b/src/htmlwidget.cpp index 306bf95..bc48fed 100644 --- a/src/htmlwidget.cpp +++ b/src/htmlwidget.cpp @@ -311,11 +311,7 @@ void HTMLWidget::slotStylesheetRemoved( ) bool HTMLWidget::tryKnmapFile( ) { -#ifdef _DEBUG - TQString path = "/home/c/knmap/src/nmap_manpage.html"; -#else TQString path = locate( "data", "knmap/nmap_manpage.html" ); -#endif if( !TQFile::exists( path )) return false; -- cgit v1.2.3