]> git.lyx.org Git - features.git/blobdiff - src/frontends/gnome/Dialogs.C
Move Dialogs::redrawGUI to frontends/Dialogs.C from all those guis.
[features.git] / src / frontends / gnome / Dialogs.C
index 546171838588b4deb87b664492b14d3ba8d94019..d4792e2f9bfd731c914ccae8353ad637663b6571 100644 (file)
 #include "FormMinipage.h"
 */
 
-// Signal enabling all visible dialogs to be redrawn if so desired.
-// E.g., when the GUI colours have been remapped.
-SigC::Signal0<void> Dialogs::redrawGUI;
-
 Dialogs::Dialogs(LyXView * lv)
 {
        add(new GUIUrl<FormUrl, gnomeBC>(*lv, *this));