Support tizen.5.5.0 rid
[platform/core/dotnet/launcher.git] / NativeLauncher / launcher / launcher.h
index 7e1125a..e48f318 100644 (file)
@@ -35,7 +35,6 @@ class LaunchpadAdapter
 {
        public:
                virtual int loaderMain(int argc, char* argv[]) = 0;
-               std::function<void()> onPreCreate = nullptr;
                std::function<void()> onCreate = nullptr;
                std::function<void(const AppInfo&, int, char**)> onLaunch = nullptr;
                std::function<void(const AppInfo&, int, char**)> onTerminate = nullptr;