diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2014-03-28 16:26:58 +0100 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2014-03-28 17:26:09 +0100 |
commit | 6ef2df7b9b415eef034c6e5c42e8ac63d1e0a0bd (patch) | |
tree | 3e2d0f3bb1a2eeaf532849b8eb82d24e3876a1a0 /cui | |
parent | f31964b0282c95d8762a77df158ce71ca3fbfd80 (diff) |
Remove remaining DBG_NAME* uses
...that had been used for DBG_CTOR, DBG_PROF, etc.
Change-Id: I8eac38e24b7110511feb7813aaf5a20ab82bdbe0
Diffstat (limited to 'cui')
-rw-r--r-- | cui/source/dialogs/showcols.cxx | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/cui/source/dialogs/showcols.cxx b/cui/source/dialogs/showcols.cxx index 6e39feff39f2..73b781b87c1f 100644 --- a/cui/source/dialogs/showcols.cxx +++ b/cui/source/dialogs/showcols.cxx @@ -29,11 +29,6 @@ #define CUIFM_PROP_HIDDEN "Hidden" #define CUIFM_PROP_LABEL "Label" - -// FmShowColsDialog - -DBG_NAME(FmShowColsDialog) - FmShowColsDialog::FmShowColsDialog(Window* pParent) : ModalDialog(pParent, "ShowColDialog", "cui/ui/showcoldialog.ui") { |