diff options
author | Tor Lillqvist <tml@collabora.com> | 2015-08-26 10:31:55 +0300 |
---|---|---|
committer | Tor Lillqvist <tml@collabora.com> | 2015-08-26 10:33:30 +0300 |
commit | 139b32b84c029b6ff7a9236b58f65351a5723640 (patch) | |
tree | a65bdce692087fa69111ce8054fead61b668dfd2 /include/tools/resmgr.hxx | |
parent | e279fc393bc55cf6c8422760266e9c5bbdff5d91 (diff) |
Bin the fairly useless DbgDialog stuff and handle fallout
See (short) discussion on the mailing list, "How was it again, is the
DbgDialog useful?".
Change-Id: Ibde1eb13f16edf94f1f7aebd0befd1b0b171d5c4
Diffstat (limited to 'include/tools/resmgr.hxx')
-rw-r--r-- | include/tools/resmgr.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/tools/resmgr.hxx b/include/tools/resmgr.hxx index b9935488365c..4c72c17855da 100644 --- a/include/tools/resmgr.hxx +++ b/include/tools/resmgr.hxx @@ -143,7 +143,7 @@ public: #ifdef DBG_UTIL /// Test whether resource still exists - void TestStack( const Resource * ); + void TestStack(); #endif /// Check whether resource is available |