diff options
author | Caolán McNamara <caolanm@redhat.com> | 2014-08-26 15:42:18 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2014-08-26 17:00:21 +0100 |
commit | ca68971f0af83f1db52e8e06981d30a509926541 (patch) | |
tree | bd78cd6112e9d52902243707286c3d1595ff7bc7 /include/tools | |
parent | f1de58a6a63ae6d492ae5feb479d322f5b5b95f8 (diff) |
ModalDialogs no longer loaded from resource files
Change-Id: I2d208c7cc5ff9bf26bff5ab2aa40e0bf57373342
Diffstat (limited to 'include/tools')
-rw-r--r-- | include/tools/rcid.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/tools/rcid.h b/include/tools/rcid.h index 04ae92466e92..aecaef4e59d0 100644 --- a/include/tools/rcid.h +++ b/include/tools/rcid.h @@ -54,7 +54,6 @@ #define RSC_FLOATINGWINDOW (RSC_NOTYPE + 0x39) #define RSC_DIALOG (RSC_NOTYPE + 0x3a) -#define RSC_MODALDIALOG (RSC_NOTYPE + 0x3c) #define RSC_CONTROL (RSC_NOTYPE + 0x44) #define RSC_BUTTON (RSC_NOTYPE + 0x45) #define RSC_PUSHBUTTON (RSC_NOTYPE + 0x46) |