diff options
Diffstat (limited to 'mmc_updater/src/UpdateDialogGtkFactory.h')
-rw-r--r-- | mmc_updater/src/UpdateDialogGtkFactory.h | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/mmc_updater/src/UpdateDialogGtkFactory.h b/mmc_updater/src/UpdateDialogGtkFactory.h deleted file mode 100644 index 1806c252..00000000 --- a/mmc_updater/src/UpdateDialogGtkFactory.h +++ /dev/null @@ -1,13 +0,0 @@ -#pragma once - -class UpdateDialog; - -/** Factory for loading the GTK version of the update dialog - * dynamically at runtime if the GTK libraries are available. - */ -class UpdateDialogGtkFactory -{ - public: - static UpdateDialog* createDialog(); -}; - |