From 1a29ba832acf4d49398c498ce509cecc7cfb14a2 Mon Sep 17 00:00:00 2001
From: tille <tille>
Date: Sun, 04 Aug 2002 15:18:54 +0000
Subject: listview trigges expand

---
diff --git a/noncore/unsupported/oipkg/debug.h b/noncore/unsupported/oipkg/debug.h
deleted file mode 100644
index c519b19..0000000
--- a/noncore/unsupported/oipkg/debug.h
+++ b/dev/null
@@ -1,21 +0,0 @@
-#ifndef _DEBUG_H_
-#define _DEBUG_H_
-
-#include <stdio.h>
-
-extern int debugLevel;
-
-#define HACK
-#define PACKAGELISTLOCAL
-#define NEWLAYOUT
-
-#define pvDebug(I, S) \
-if ( debugLevel < 3 ) \
-{ \
-	if ( I <= debugLevel ) qDebug(S);\
-}else{\
-	if ( I <= debugLevel ) \
-		qDebug("#%s:%i: %s \t\t(Level: %i)",__FILE__,__LINE__,QString(S).latin1(),I);\
-}
-
-#endif
--
cgit v0.9.0.2