summaryrefslogtreecommitdiff
path: root/vcl/inc/unx
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2012-04-27 14:34:00 +0100
committerCaolán McNamara <caolanm@redhat.com>2012-04-28 21:15:30 +0100
commit06d8afc2292c66738b460d7fd8324fc53721d949 (patch)
treea6c02abea748a2933a33807191cf719859e3c83e /vcl/inc/unx
parented305e96bd098fad973d6f85b4efe7ac444bc16d (diff)
Remove stuff that doesn't make sense since AnyInput change
Resolves: fdo#48011 writer idle-callbacks are halting when events pending commit id: 658954e8b50fc264428402dc5a95b0d6f690d191 which isn't to pretend that its definitely the *right* fix Change-Id: I228cf86b8e5eb0e4918c31e853a8d567831ce5e2
Diffstat (limited to 'vcl/inc/unx')
-rw-r--r--vcl/inc/unx/gtk/gtkinst.hxx3
1 files changed, 0 insertions, 3 deletions
diff --git a/vcl/inc/unx/gtk/gtkinst.hxx b/vcl/inc/unx/gtk/gtkinst.hxx
index 331bcff884c3..89743ca85ffd 100644
--- a/vcl/inc/unx/gtk/gtkinst.hxx
+++ b/vcl/inc/unx/gtk/gtkinst.hxx
@@ -147,9 +147,6 @@ public:
std::vector<GtkSalTimer *> m_aTimers;
bool IsTimerExpired();
- // count of in-flight un-dispatched gdk events of a given input type
- sal_uInt32 m_nAnyInput[16];
- void resetEvents();
mutable boost::shared_ptr<vcl::unx::GtkPrintWrapper> m_pPrintWrapper;
};