summaryrefslogtreecommitdiff
path: root/x11/qt1/patches/patch-ag
diff options
context:
space:
mode:
Diffstat (limited to 'x11/qt1/patches/patch-ag')
-rw-r--r--x11/qt1/patches/patch-ag23
1 files changed, 0 insertions, 23 deletions
diff --git a/x11/qt1/patches/patch-ag b/x11/qt1/patches/patch-ag
deleted file mode 100644
index 92e6b7acdb2..00000000000
--- a/x11/qt1/patches/patch-ag
+++ /dev/null
@@ -1,23 +0,0 @@
-$NetBSD: patch-ag,v 1.1 2005/12/12 14:56:07 joerg Exp $
-
---- src/kernel/qfont.h.orig 2005-12-12 14:34:40.000000000 +0000
-+++ src/kernel/qfont.h
-@@ -113,6 +113,9 @@ public:
- static void cleanup();
- static void cacheStatistics();
-
-+ void initFontInfo() const;
-+ void load( HANDLE=0 ) const;
-+
- protected:
- bool dirty() const;
-
-@@ -126,8 +129,6 @@ private:
- QFont( bool );
- void init();
- void detach();
-- void initFontInfo() const;
-- void load( HANDLE=0 ) const;
- #if defined(_WS_WIN_)
- HANDLE create( bool *, HANDLE=0, bool=FALSE ) const;
- void *textMetric() const;